Index: firmware/App/HDCommon.h =================================================================== diff -u -r59b6c3c4ed7b75d3cfebab33b698fb17ce5e5291 -rcc7f1bd82e346521f0102b3398bd030fb3bb0e6f --- firmware/App/HDCommon.h (.../HDCommon.h) (revision 59b6c3c4ed7b75d3cfebab33b698fb17ce5e5291) +++ firmware/App/HDCommon.h (.../HDCommon.h) (revision cc7f1bd82e346521f0102b3398bd030fb3bb0e6f) @@ -10,8 +10,8 @@ * @author (last) Dara Navaei * @date (last) 22-Feb-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 35 +#define HD_VERSION_BUILD 240 // ********** development build switches ********** @@ -38,13 +38,14 @@ // #define RUN_WITHOUT_DG 1 // Run HD w/o DG // #define SIMULATE_UI 1 // Build w/o requirement that UI be there // #define TASK_TIMING_OUTPUT_ENABLED 1 // Re-purposes alarm lamp pins for task timing + #define DISABLE_BATT_COMM 1 // Disable battery communication // #define READ_FPGA_ASYNC_DATA 1 // Test build reads non-priority register page every other time // #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 PBA_ESTIMATION 1 // Estimate arterial pressure rather than look at PBA sensor // Part of DVT build switch + #define PBA_ESTIMATION 1 // Estimate arterial pressure rather than look at PBA sensor // Part of DVT build switch // TODO stays as a build switch until the calibration structure is updated with the build #define SKIP_CAL_CHECK 1 // Implement software configuration