better unit test logging

This commit is contained in:
rusefi 2020-07-19 15:25:49 -04:00
parent 26f85c4e11
commit b8e033f3d1
2 changed files with 2 additions and 1 deletions

View File

@ -180,6 +180,7 @@ void turnInjectionPinLow(InjectionEvent *event) {
ENGINE(injectionEvents.addFuelEventsForCylinder(event->ownIndex PASS_ENGINE_PARAMETER_SUFFIX)); ENGINE(injectionEvents.addFuelEventsForCylinder(event->ownIndex PASS_ENGINE_PARAMETER_SUFFIX));
} }
// todo: rename to 'scheduleInjectorOpenAndClose'?
void handleFuelInjectionEvent(int injEventIndex, InjectionEvent *event, void handleFuelInjectionEvent(int injEventIndex, InjectionEvent *event,
int rpm, efitick_t nowNt DECLARE_ENGINE_PARAMETER_SUFFIX) { int rpm, efitick_t nowNt DECLARE_ENGINE_PARAMETER_SUFFIX) {

View File

@ -33,7 +33,7 @@
#if EFI_PRINTF_FUEL_DETAILS #if EFI_PRINTF_FUEL_DETAILS
bool printSchedulerDebug = true; bool printSchedulerDebug = true;
#endif EFI_PRINTF_FUEL_DETAILS #endif // EFI_PRINTF_FUEL_DETAILS
#if EFI_SIGNAL_EXECUTOR_SLEEP #if EFI_SIGNAL_EXECUTOR_SLEEP