Index: firmware/App/DGCommon.h =================================================================== diff -u -r8638b207699a3a48e3657e838e24ae838369c867 -r5a61bccd959265c00e5276ba23391198ca82b6dd --- firmware/App/DGCommon.h (.../DGCommon.h) (revision 8638b207699a3a48e3657e838e24ae838369c867) +++ firmware/App/DGCommon.h (.../DGCommon.h) (revision 5a61bccd959265c00e5276ba23391198ca82b6dd) @@ -7,7 +7,7 @@ * * @file DGCommon.h * -* @date 27-Feb-2019 +* @date 27-Feb-2020 * @author S. Nash * * @brief Header file for common definitions, types and macros for DG firmware. @@ -27,6 +27,7 @@ // ********** build switches ********** +#ifndef _RELEASE_ #ifndef _VECTORCAST_ // #define RM46_EVAL_BOARD_TARGET 1 // #define SIMULATE_UI 1 @@ -36,6 +37,7 @@ #include #endif #endif +#endif #include "Common.h"