1 2 3 4 5 6 7 8 9
#ifndef _SYSTEM_H #define _SYSTEM_H #include <stdbool.h> #include "stm32f0xx_hal.h" void system_init(void); #endif //_SYSTEM_H