diff --git a/Software/include/dtc.h b/Software/include/dtc.h index 345d1c6..abd9994 100644 --- a/Software/include/dtc.h +++ b/Software/include/dtc.h @@ -7,7 +7,7 @@ typedef enum DTCNums_e { - DTC_NO_EEPROM_FOUND, + DTC_NO_EEPROM_FOUND = 1, DTC_EEPROM_CFG_BAD, DTC_EEPROM_PDS_BAD, DTC_EEPROM_PDSADRESS_BAD,