diff --git a/Software/src/eeprom.cpp b/Software/src/eeprom.cpp index b094c65..0104f7e 100644 --- a/Software/src/eeprom.cpp +++ b/Software/src/eeprom.cpp @@ -157,7 +157,7 @@ void GetConfig_EEPROM() ConfigData.checksum = checksum; - uint32_t ConfigSanityCheckResult = ConfigSanityCheck(false); + uint32_t ConfigSanityCheckResult = ConfigSanityCheck(true); MaintainDTC(DTC_EEPROM_CFG_SANITY, (ConfigSanityCheckResult > 0), ConfigSanityCheckResult); }