示例#1
0
/* List of tasks to be executed @ 10ms */
void TASKS_LIST_10MS( )
{
    vfnGetRPMButtons();
    vfnSchedulepoint();
    vfnSetPITCounts();
}
示例#2
0
/* List of tasks to be executed @ 10ms */
void TASKS_LIST_10MS( )
{
    vfnGetRPMButtons();
    vfnSchedulepoint();
    /*vfnCamCrankTimingCalculation();*/
}