simulator crust

This commit is contained in:
Matthew Kennedy 2024-02-16 14:10:26 -08:00
parent 3d4c18a3c0
commit 829a0f6b17
1 changed files with 0 additions and 8 deletions

View File

@ -87,14 +87,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);
}