simulator crust
This commit is contained in:
parent
66d3768c69
commit
a9afc9dcf4
|
@ -103,14 +103,6 @@ static void doScheduleForLater(scheduling_s *scheduling, int delayUs, action_s a
|
|||
chVTResetI(&scheduling->timer);
|
||||
}
|
||||
|
||||
#if EFI_SIMULATOR
|
||||
// if (action.getCallback() == (schfunc_t)&turnInjectionPinLow) {
|
||||
//printf("setTime cb=turnInjectionPinLow p=%d\r\n", (int)action.getArgument());
|
||||
// } else {
|
||||
// printf("setTime cb=%d p=%d\r\n", (int)callback, (int)param);
|
||||
// }
|
||||
#endif /* EFI_SIMULATOR */
|
||||
|
||||
chVTSetI(&scheduling->timer, delaySt, (vtfunc_t)timerCallback, ctx);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue