#include "work.h"
#include "board.h"
void work_process(void)
{
}
void work_init(void)
osel_memset((uint8_t *)&work, 0, sizeof(work_t));
return;