Index: firmware/App/DGCommon.h =================================================================== diff -u -r33d262afee2fd0dd9d714ed86a21b8907ed84e25 -r6207a7b6f41492e998bfc6511098ae50f6f8cd98 --- firmware/App/DGCommon.h (.../DGCommon.h) (revision 33d262afee2fd0dd9d714ed86a21b8907ed84e25) +++ firmware/App/DGCommon.h (.../DGCommon.h) (revision 6207a7b6f41492e998bfc6511098ae50f6f8cd98) @@ -8,7 +8,7 @@ * @file DGCommon.h * * @author (last) Dara Navaei -* @date (last) 03-Aug-2022 +* @date (last) 21-Sep-2022 * * @author (original) Sean * @date (original) 27-Feb-2020 @@ -25,21 +25,15 @@ #define DG_VERSION_MAJOR 0 #define DG_VERSION_MINOR 6 #define DG_VERSION_MICRO 0 -#define DG_VERSION_BUILD 30 +#define DG_VERSION_BUILD 34 // ********** build switches ********** #ifndef _RELEASE_ #ifndef _VECTORCAST_ -// TODO: Removed debug build flags when release build is ready // #define BOARD_WITH_NO_HARDWARE 1 // Build switch // #define TASK_TIMING_OUTPUT_ENABLED 1 // Build switch // re-purposes drain pump enable pin for task timing - #define DISABLE_ACK_ALARM 1 // Build switch - #define THD_USING_TRO_CONNECTOR 1 // Build switch -#define DISABLE_RTC_POST_FAULT 1 - #define DISABLE_FPGA_ALARMS_UNTIL_THE_NEW_PERSISTENT - #include #include #endif