simulator crust

This commit is contained in:
Matthew Kennedy 2024-02-16 17:10:26 -05:00 committed by rusefillc
parent 66d3768c69
commit a9afc9dcf4
1 changed files with 0 additions and 8 deletions

View File

@ -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);
}