This commit is contained in:
rusefi 2017-06-03 23:36:34 -04:00
parent 2488072879
commit 013cf2fbbf
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ bool EventQueue::insertTask(scheduling_s *scheduling, efitime_t timeX, schfunc_t
#if EFI_UNIT_TEST || defined(__DOXYGEN__)
printf("Already scheduled was %d\r\n", (int)scheduling->momentX);
printf("Already scheduled now %d\r\n", (int)timeX);
#endif /* EFI_UNIT_TEST || EFI_SIMULATOR */
#endif /* EFI_UNIT_TEST */
return false;
}