fixed DTC-Numbering

This commit is contained in:
Marcel Peterkau 2023-04-13 00:55:55 +02:00
parent e344977b8f
commit 41b27c02dd

View File

@ -7,7 +7,7 @@
typedef enum DTCNums_e typedef enum DTCNums_e
{ {
DTC_NO_EEPROM_FOUND, DTC_NO_EEPROM_FOUND = 1,
DTC_EEPROM_CFG_BAD, DTC_EEPROM_CFG_BAD,
DTC_EEPROM_PDS_BAD, DTC_EEPROM_PDS_BAD,
DTC_EEPROM_PDSADRESS_BAD, DTC_EEPROM_PDSADRESS_BAD,