Index: firmware/App/HDCommon.h =================================================================== diff -u -rade19b8aa4c3b60cdda4028871ef009b01368948 -r40cde056b5b490d7c1f6dcbdcd5074ebf1d6573c --- firmware/App/HDCommon.h (.../HDCommon.h) (revision ade19b8aa4c3b60cdda4028871ef009b01368948) +++ firmware/App/HDCommon.h (.../HDCommon.h) (revision 40cde056b5b490d7c1f6dcbdcd5074ebf1d6573c) @@ -26,7 +26,7 @@ #define HD_VERSION_BUILD 0 // ********** build switches ********** - +#ifndef _RELEASE_ #ifndef _VECTORCAST_ // #define RM46_EVAL_BOARD_TARGET 1 // #define BREADBOARD_TARGET 1 @@ -41,6 +41,7 @@ #include #endif #endif +#endif #define UF_TEST_ENABLED 1 #include "Common.h"