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