Index: firmware/App/HDCommon.h =================================================================== diff -u -rd46b0f851c72959081fd4fac8e0183d0ea9666be -r749c162f7f8272ab824d54739f9614ccfaafe2fd --- firmware/App/HDCommon.h (.../HDCommon.h) (revision d46b0f851c72959081fd4fac8e0183d0ea9666be) +++ firmware/App/HDCommon.h (.../HDCommon.h) (revision 749c162f7f8272ab824d54739f9614ccfaafe2fd) @@ -10,8 +10,8 @@ * @author (last) Dara Navaei * @date (last) 04-Jan-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 31 +#define HD_VERSION_BUILD 227 // ********** development build switches ********** @@ -38,6 +38,7 @@ // #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