half-solution would not pass CI, have to merge full solution without real HW test

#975
This commit is contained in:
rusefi 2019-10-19 07:35:21 -04:00
parent 627f73502b
commit 490733ccad
1 changed files with 3 additions and 3 deletions

View File

@ -293,7 +293,7 @@ void applyNewHardwareSettings(void) {
#if EFI_IDLE_CONTROL #if EFI_IDLE_CONTROL
bool isIdleRestartNeeded = isIdleHardwareRestartNeeded(); bool isIdleRestartNeeded = isIdleHardwareRestartNeeded();
if (isIdleRestartNeeded) { if (isIdleRestartNeeded) {
// todostopIdleHardware(); stopIdleHardware();
} }
#endif #endif
@ -358,9 +358,9 @@ void applyNewHardwareSettings(void) {
#if EFI_IDLE_CONTROL #if EFI_IDLE_CONTROL
// if (isIdleRestartNeeded) { if (isIdleRestartNeeded) {
initIdleHardware(); initIdleHardware();
// } }
#endif #endif
#if EFI_ELECTRONIC_THROTTLE_BODY #if EFI_ELECTRONIC_THROTTLE_BODY