diff --git a/Software/src/config.cpp b/Software/src/config.cpp index db015ab..9ea6e19 100644 --- a/Software/src/config.cpp +++ b/Software/src/config.cpp @@ -243,7 +243,6 @@ boolean checkEEPROMavailable() if (!ee.isConnected()) { MaintainDTC(DTC_NO_EEPROM_FOUND, DTC_CRITICAL, true); - globals.systemStatus = sysStat_Error; return false; } MaintainDTC(DTC_NO_EEPROM_FOUND, DTC_CRITICAL, false);