Hellen says merge #1772 Kinetis needs more help

This commit is contained in:
rusefi 2020-09-10 22:02:02 -04:00
parent 89bb08ddb6
commit 9903b0a1c5
1 changed files with 2 additions and 1 deletions

View File

@ -603,7 +603,8 @@ void doScheduleStopEngine(DECLARE_ENGINE_PARAMETER_SIGNATURE) {
// todo: initiate stepper motor parking
// make sure we have stored all the info
#if EFI_PROD_CODE
backupRamFlush();
//todo: FIX kinetis build with this line
//backupRamFlush();
#endif // EFI_PROD_CODE
}