Index: firmware/App/DGCommon.h =================================================================== diff -u -r8638b207699a3a48e3657e838e24ae838369c867 -r25aab138cab85b53eef7d37f48d2a06985e93fbc --- firmware/App/DGCommon.h (.../DGCommon.h) (revision 8638b207699a3a48e3657e838e24ae838369c867) +++ firmware/App/DGCommon.h (.../DGCommon.h) (revision 25aab138cab85b53eef7d37f48d2a06985e93fbc) @@ -21,12 +21,12 @@ // ********** version ********** -#define DG_VERSION_MAJOR 0 -#define DG_VERSION_MINOR 3 -#define DG_VERSION_BUILD 0 +#define DG_VERSION_MAJOR 0 +#define DG_VERSION_MINOR 3 +#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 +