Starter seems to be engaged forever #1965

This commit is contained in:
rusefillc 2020-11-18 20:48:52 -05:00
parent ee7e1880a2
commit 88a0b56cba
1 changed files with 2 additions and 3 deletions

View File

@ -155,6 +155,8 @@ static void onStartStopButtonToggle(DECLARE_ENGINE_PARAMETER_SIGNATURE) {
} }
} }
#endif /* EFI_PROD_CODE */
void slowStartStopButtonCallback(DECLARE_ENGINE_PARAMETER_SIGNATURE) { void slowStartStopButtonCallback(DECLARE_ENGINE_PARAMETER_SIGNATURE) {
#if EFI_PROD_CODE #if EFI_PROD_CODE
bool startStopState = startStopButtonDebounce.readPinEvent(); bool startStopState = startStopButtonDebounce.readPinEvent();
@ -175,6 +177,3 @@ void slowStartStopButtonCallback(DECLARE_ENGINE_PARAMETER_SIGNATURE) {
} }
} }
} }
#endif /* EFI_PROD_CODE */