예제 #1
0
/* List of tasks to be executed @ 2ms, first group */
void TASKS_LIST_2MS_A(void)
{
    vfnCOPWatchdog_Reset();
    vfnSchedulepoint();
}
예제 #2
0
파일: tasks.c 프로젝트: checzz/Sources12345
/* List of tasks to be executed @ 1ms */
void TASKS_LIST_1MS( void )
{
    vfnCheckCommands();
    vfnSchedulepoint();
    vfnCOPWatchdog_Reset();
}