A tiny fix of EFI_ACTIVE_CONFIGURATION_IN_FLASH (#761)

This commit is contained in:
andreika-git 2019-04-15 20:36:25 +03:00 committed by rusefi
parent e9a57f4042
commit c9c6022946
1 changed files with 2 additions and 0 deletions

View File

@ -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