Index: firmware/App/DGCommon.h =================================================================== diff -u -ra1b8dbb69c4bd2f0cc22e62bede7015c9307d378 -rab447ebbc380f4c7abc2ae283042a5d0c9e1b9cb --- firmware/App/DGCommon.h (.../DGCommon.h) (revision a1b8dbb69c4bd2f0cc22e62bede7015c9307d378) +++ firmware/App/DGCommon.h (.../DGCommon.h) (revision ab447ebbc380f4c7abc2ae283042a5d0c9e1b9cb) @@ -32,12 +32,14 @@ #ifndef _RELEASE_ #ifndef _VECTORCAST_ // TODO: Removed debug build flags when release build is ready -// #define RM46_EVAL_BOARD_TARGET 1 + #define BOARD_WITH_NO_HARDWARE 1 + #define DONT_SKIP_NV_POST 1 // #define SIMULATE_UI 1 // #define TASK_TIMING_OUTPUT_ENABLED 1 // re-purposes drain pump enable pin for task timing // #define DISABLE_HEATERS_AND_TEMPS 1 #define DISABLE_ACCELS 1 #define SKIP_POST 1 + //#define DISABLE_CAL_CHECK 1 // #define ENABLE_DIP_SWITCHES 1 // #define EMC_TEST_BUILD 1 #define ALARMS_DEBUG 1