auto-sync

This commit is contained in:
rusEfi 2014-09-27 12:03:11 -05:00
parent 7ebfe42b15
commit 690e7751a0
1 changed files with 2 additions and 1 deletions

View File

@ -48,8 +48,9 @@ void Engine::watchdog() {
return; return;
} }
isSpinning = true; isSpinning = true;
#if EFI_PROD_CODE || EFI_SIMULATOR
scheduleMsg(&logger, "engine has STOPPED"); scheduleMsg(&logger, "engine has STOPPED");
#endif
for (int i = 0; i < engineConfiguration->cylindersCount; i++) { for (int i = 0; i < engineConfiguration->cylindersCount; i++) {
// io_pin_e pin = (io_pin_e) ((int) INJECTOR_1_OUTPUT + i); // io_pin_e pin = (io_pin_e) ((int) INJECTOR_1_OUTPUT + i);