#ifndef BL_TASK_H #define BL_TASK_H #define bool _Bool #define false 0 #define true 1 #include "../cantp/CanTp.h" void SystemPollingServiceTop1For1ms(void); void Task_mananager(void); uint16_t App_Get_SrandSeed(void); void App_Add_SrandSeed(uint8_t addition); #endif/* BL_TASK_H */