From c9c602294663c5ca66d32627ba84d04669c9b57e Mon Sep 17 00:00:00 2001 From: andreika-git Date: Mon, 15 Apr 2019 20:36:25 +0300 Subject: [PATCH] A tiny fix of EFI_ACTIVE_CONFIGURATION_IN_FLASH (#761) --- firmware/rusefi.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/firmware/rusefi.cpp b/firmware/rusefi.cpp index abb7bb0c4d..110b720f0b 100644 --- a/firmware/rusefi.cpp +++ b/firmware/rusefi.cpp @@ -194,8 +194,10 @@ void runRusEfi(void) { */ readConfiguration(&sharedLogger); #endif /* EFI_INTERNAL_FLASH */ +#ifndef EFI_ACTIVE_CONFIGURATION_IN_FLASH // TODO: need to fix this place!!! should be a version of PASS_ENGINE_PARAMETER_SIGNATURE somehow prepareVoidConfiguration(&activeConfiguration); +#endif /* EFI_ACTIVE_CONFIGURATION_IN_FLASH */ /** * Next we should initialize serial port console, it's important to know what's going on