chargeController/APP/application/Src/start.c

16 lines
152 B
C

#include "start.h"
#include "TimeSliceOffset.h"
#include "Init.h"
#include "task.h"
void start(void)
{
Init();
TimeSliceOffset_Start();
}