IGNORE_FLASH_CONFIGURATION

This commit is contained in:
rusefillc 2021-01-28 19:40:51 -05:00
parent 99dd0b9450
commit 35a0b12edc
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ void runRusEfi(void) {
#if EFI_INTERNAL_FLASH
#if IGNORE_FLASH_CONFIGURATION
resetConfigurationExt(logger, DEFAULT_ENGINE_TYPE PASS_ENGINE_PARAMETER_SUFFIX);
resetConfigurationExt(&sharedLogger, DEFAULT_ENGINE_TYPE PASS_ENGINE_PARAMETER_SUFFIX);
#else
/**
* First thing is reading configuration from flash memory.