diff --git a/firmware/controllers/algo/engine.cpp b/firmware/controllers/algo/engine.cpp index e756fe35b7..672ad9367e 100644 --- a/firmware/controllers/algo/engine.cpp +++ b/firmware/controllers/algo/engine.cpp @@ -602,7 +602,9 @@ void doScheduleStopEngine(DECLARE_ENGINE_PARAMETER_SIGNATURE) { enginePins.stopPins(); // todo: initiate stepper motor parking // make sure we have stored all the info +#if EFI_PROD_CODE backupRamFlush(); +#endif // EFI_PROD_CODE } void action_s::execute() {