restructured Project Build Configuration

This commit is contained in:
2023-05-01 11:59:19 +02:00
parent bea78c0020
commit caff1c185f
3 changed files with 45 additions and 27 deletions

View File

@@ -16,13 +16,9 @@ typedef enum DTCNums_e
DTC_EEPROM_VERSION_BAD,
DTC_FLASHFS_ERROR,
DTC_FLASHFS_VERSION_ERROR,
#ifdef FEATURE_ENABLE_GPS
DTC_NO_GPS_SERIAL,
#endif
#ifdef FEATURE_ENABLE_CAN
DTC_CAN_TRANSCEIVER_FAILED,
DTC_NO_CAN_SIGNAL,
#endif
DTC_EEPROM_CFG_SANITY,
DTC_LAST_DTC
} DTCNums_t;