#ifndef BL_TASK_H_
#define BL_TASK_H_
#include "timeSliceOffset.h"
void task_Init(void);
void beginStartControlTask(void);
#endif