Esempio n. 1
0
/* List of tasks to be executed @ 2ms, first group */
void TASKS_LIST_2MS_A(void)
{
    vfnCOPWatchdog_Reset();
    vfnSchedulepoint();
}
Esempio n. 2
0
/* List of tasks to be executed @ 1ms */
void TASKS_LIST_1MS( void )
{
    vfnCheckCommands();
    vfnSchedulepoint();
    vfnCOPWatchdog_Reset();
}