Index: firmware/App/HDCommon.h =================================================================== diff -u -r0c439ddcf7e4d3d4bf63df679eacf2f12f01255f -r5b8439db1353b69d8189a7ed1cd1f4d860e3b1d5 --- firmware/App/HDCommon.h (.../HDCommon.h) (revision 0c439ddcf7e4d3d4bf63df679eacf2f12f01255f) +++ firmware/App/HDCommon.h (.../HDCommon.h) (revision 5b8439db1353b69d8189a7ed1cd1f4d860e3b1d5) @@ -1,14 +1,14 @@ /************************************************************************** * -* Copyright (c) 2020-2022 Diality Inc. - All Rights Reserved. +* Copyright (c) 2020-2023 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) 18-Oct-2022 +* @author (last) Sean Nash +* @date (last) 28-Mar-2023 * * @author (original) Sean * @date (original) 27-Feb-2020 @@ -25,17 +25,17 @@ #define HD_VERSION_MAJOR 0 #define HD_VERSION_MINOR 6 #define HD_VERSION_MICRO 0 -#define HD_VERSION_BUILD 71 +#define HD_VERSION_BUILD 192 // ********** development build switches ********** #ifndef _RELEASE_ #ifndef _VECTORCAST_ // Build switches. NOTE: These build switches are never considered for release builds. // #define BOARD_WITH_NO_HARDWARE 1 // Target is a PCB w/ no hardware -// #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 DIALYZER_REPRIME_ENABLED 1 // Build with dialyzer reprime code #include #include