half-solution would not pass CI, have to merge full solution without real HW test
#975
This commit is contained in:
parent
627f73502b
commit
490733ccad
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue