Index: firmware/App/HDCommon.h =================================================================== diff -u -r0b31c212189fc6c9bf3d2ae8d93a18cf1c213b5c -r9a96522e0a94724a13c2c9c8f60cf8d18ebde218 --- firmware/App/HDCommon.h (.../HDCommon.h) (revision 0b31c212189fc6c9bf3d2ae8d93a18cf1c213b5c) +++ firmware/App/HDCommon.h (.../HDCommon.h) (revision 9a96522e0a94724a13c2c9c8f60cf8d18ebde218) @@ -10,8 +10,8 @@ * @author (last) Dara Navaei * @date (last) 22-Sep-2022 * -* @author (original) Sean -* @date (original) 27-Feb-2020 +* @author (original) Sean +* @date (original) 27-Feb-2020 * ***************************************************************************/ @@ -25,7 +25,7 @@ #define HD_VERSION_MAJOR 0 #define HD_VERSION_MINOR 6 #define HD_VERSION_MICRO 0 -#define HD_VERSION_BUILD 54 +#define HD_VERSION_BUILD 350 // ********** development build switches ********** @@ -43,12 +43,12 @@ // #define DISABLE_FPGA_COUNTER_CHECKS 1 // Disable alarms associated with FPGA read/error counters // #define EMC_TEST_BUILD 1 // EMC test build - HD/DG run separately but connected, HD pumps toggle on/off w/ stop button #define DISABLE_WD_AND_SFTY_POST_TESTS 1 // Disable watchdog and safety shutdown POST tests -// #define DISABLE_UI_POST_TEST 1 // Disable the UI POST + #define DISABLE_UI_POST_TEST 1 // Disable the UI POST // TODO stays as a build switch until the calibration structure is updated with the build - #define SKIP_CAL_CHECK 1 // Implement software configuration + #define SKIP_CAL_CHECK 1 // Implement software configuration once the build switch is done - #include +#include #include #endif #endif