Index: firmware/App/HDCommon.h =================================================================== diff -u -ra35d5e68aad457339f625848809207a9650ad019 -r0bfe6ac8e627f0390fbeb25a978d85e15f2cc09a --- firmware/App/HDCommon.h (.../HDCommon.h) (revision a35d5e68aad457339f625848809207a9650ad019) +++ firmware/App/HDCommon.h (.../HDCommon.h) (revision 0bfe6ac8e627f0390fbeb25a978d85e15f2cc09a) @@ -35,7 +35,7 @@ #ifndef _VECTORCAST_ // #define RM46_EVAL_BOARD_TARGET 1 // limited build runs on RM46 eval board // #define BREADBOARD_TARGET 1 // old breadboard system build - no longer used? - #define SIMULATE_UI 1 // build w/o requirement that UI be there +// #define SIMULATE_UI 1 // build w/o requirement that UI be there // #define TASK_TIMING_OUTPUT_ENABLED 1 // re-purposes alarm lamp pins for task timing #define SKIP_POST 1 // skip POST tests - all pass // #define LIMITED_NVDATA_CRC_CHECKS 1 // only perform POST CRC checks on nv-data records that are implemented so far Index: firmware/App/Modes/ModeInitPOST.c =================================================================== diff -u -ra35d5e68aad457339f625848809207a9650ad019 -r0bfe6ac8e627f0390fbeb25a978d85e15f2cc09a --- firmware/App/Modes/ModeInitPOST.c (.../ModeInitPOST.c) (revision a35d5e68aad457339f625848809207a9650ad019) +++ firmware/App/Modes/ModeInitPOST.c (.../ModeInitPOST.c) (revision 0bfe6ac8e627f0390fbeb25a978d85e15f2cc09a) @@ -95,10 +95,6 @@ { case POST_STATE_START: postState = POST_STATE_WATCHDOG; - - // TODO FOR TESTING ONLY REMOVE - postState = POST_STATE_VALVES; - // TODO FOR TESTING ONLY REMOVE #ifdef RM46_EVAL_BOARD_TARGET postState = POST_STATE_COMPLETED; #endif