Index: firmware/App/DGCommon.h =================================================================== diff -u -r8638b207699a3a48e3657e838e24ae838369c867 -r7e577bd98ab711d4f7e6ca5125968905ac411f1d --- firmware/App/DGCommon.h (.../DGCommon.h) (revision 8638b207699a3a48e3657e838e24ae838369c867) +++ firmware/App/DGCommon.h (.../DGCommon.h) (revision 7e577bd98ab711d4f7e6ca5125968905ac411f1d) @@ -26,7 +26,7 @@ #define DG_VERSION_BUILD 0 // ********** build switches ********** - +#ifndef _RELEASE_ #ifndef _VECTORCAST_ // #define RM46_EVAL_BOARD_TARGET 1 // #define SIMULATE_UI 1 @@ -36,6 +36,7 @@ #include #endif #endif +#endif #include "Common.h" @@ -64,3 +65,4 @@ #endif #endif +