Index: firmware/App/HDCommon.h =================================================================== diff -u -rd46b0f851c72959081fd4fac8e0183d0ea9666be -rf6b78d1fe6741043de38707211710ab0e8a08483 --- firmware/App/HDCommon.h (.../HDCommon.h) (revision d46b0f851c72959081fd4fac8e0183d0ea9666be) +++ firmware/App/HDCommon.h (.../HDCommon.h) (revision f6b78d1fe6741043de38707211710ab0e8a08483) @@ -1,14 +1,14 @@ /************************************************************************** * -* Copyright (c) 2019-2022 Diality Inc. - All Rights Reserved. +* Copyright (c) 2020-2022 Diality Inc. - All Rights Reserved. * * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * * @file HDCommon.h * -* @author (last) Dara Navaei -* @date (last) 04-Jan-2022 +* @author (last) Michael Garthwaite +* @date (last) 18-Feb-2022 * * @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 34 // ********** development build switches ********** @@ -49,7 +49,6 @@ // TODO stays as a build switch until the calibration structure is updated with the build #define SKIP_CAL_CHECK 1 // Implement software configuration - #include #include #endif