#ifndef __LED_APP_H #define __LED_APP_H #include "stm32f1xx_hal.h" void Led_Process(void); #endif //__LED_APP_H