Index: firmware/App/HDCommon.h =================================================================== diff -u -r74ffac3f87a1a03c1a4282d6a6ac9db8c9b1a432 -re15a3675797c4a4099aa9a12ca6811dc75568dd1 --- firmware/App/HDCommon.h (.../HDCommon.h) (revision 74ffac3f87a1a03c1a4282d6a6ac9db8c9b1a432) +++ firmware/App/HDCommon.h (.../HDCommon.h) (revision e15a3675797c4a4099aa9a12ca6811dc75568dd1) @@ -10,8 +10,8 @@ * @author (last) Dara Navaei * @date (last) 23-May-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 46 +#define HD_VERSION_BUILD 307 // ********** development build switches ********** @@ -46,9 +46,9 @@ #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