chargeController/APP/businessLogic/Inc/task.h

22 lines
145 B
C
Raw Normal View History

#ifndef BL_TASK_H_
#define BL_TASK_H_
#include "timeSliceOffset.h"
void task_Init(void);
2024-12-10 14:25:55 +00:00
void beginStartControlTask(void);
#endif