typo
This commit is contained in:
parent
96aba27ae4
commit
5e50b542a8
|
@ -58,7 +58,7 @@ void setSubaruEJ18_MRE(DECLARE_CONFIG_PARAMETER_SIGNATURE) {
|
||||||
engineConfiguration->malfunctionIndicatorPin = TLE8888_PIN_23;
|
engineConfiguration->malfunctionIndicatorPin = TLE8888_PIN_23;
|
||||||
#endif /* BOARD_TLE8888_COUNT */
|
#endif /* BOARD_TLE8888_COUNT */
|
||||||
|
|
||||||
// this car has high-side main relay WOW so we have to hard wire it to ingition switch
|
// this car has high-side main relay WOW so we have to hard wire it to ignition switch
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -570,7 +570,7 @@ void Engine::checkShutdown(DECLARE_ENGINE_PARAMETER_SIGNATURE) {
|
||||||
if ((sensors.vBatt > vBattThresholdOn) && !isInShutdownMode(PASS_ENGINE_PARAMETER_SIGNATURE)) {
|
if ((sensors.vBatt > vBattThresholdOn) && !isInShutdownMode(PASS_ENGINE_PARAMETER_SIGNATURE)) {
|
||||||
ignitionOnTimeNt = getTimeNowNt();
|
ignitionOnTimeNt = getTimeNowNt();
|
||||||
stopEngineRequestTimeNt = 0;
|
stopEngineRequestTimeNt = 0;
|
||||||
scheduleMsg(&engineLogger, "Ingition voltage detected! Cancel the engine shutdown!");
|
scheduleMsg(&engineLogger, "Ignition voltage detected! Cancel the engine shutdown!");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif /* EFI_MAIN_RELAY_CONTROL */
|
#endif /* EFI_MAIN_RELAY_CONTROL */
|
||||||
|
|
Loading…
Reference in New Issue