Index: firmware/App/Modes/OperationModes.c =================================================================== diff -u -r927c47388ab6bd716b857f76e2026c116dd52e69 -r952a79dda24f4fb84937c8cc4e4dc9ef18c040f6 --- firmware/App/Modes/OperationModes.c (.../OperationModes.c) (revision 927c47388ab6bd716b857f76e2026c116dd52e69) +++ firmware/App/Modes/OperationModes.c (.../OperationModes.c) (revision 952a79dda24f4fb84937c8cc4e4dc9ef18c040f6) @@ -150,7 +150,7 @@ #ifndef TEST_UI_ONLY // Verify mode transition is legal unless tester working with system TODO - restore check when all modes are implemented - if ( ( isTestingActivated() != TRUE ) && ( getTestConfigStatus( TEST_CONFIG_RECOVER_TREATMENT ) != TRUE ) ) +// if ( ( isTestingActivated() != TRUE ) && ( getTestConfigStatus( TEST_CONFIG_RECOVER_TREATMENT ) != TRUE ) ) { newMode = MODE_TRANSITION_TABLE[ currentMode ][ newMode ]; }