Index: firmware/App/Modes/ModeFill.c =================================================================== diff -u -r8ee01698b926fa62e7bed563b1137144a3cb32c5 -rf10c653a13f97ae3d220e16f7ff1a9558606b56a --- firmware/App/Modes/ModeFill.c (.../ModeFill.c) (revision 8ee01698b926fa62e7bed563b1137144a3cb32c5) +++ firmware/App/Modes/ModeFill.c (.../ModeFill.c) (revision f10c653a13f97ae3d220e16f7ff1a9558606b56a) @@ -240,7 +240,7 @@ // Set initial actuator states setValveState( VDR, VALVE_STATE_DRAIN_C_TO_NO ); setValveState( VPO, VALVE_STATE_NOFILL_C_TO_NO ); -#ifdef 0 +#if 0 // Reset the state machine // Note: the substate timers, and operation flags need to be reset on recovery, consider // reinitializing the state variables, the resetting the state, by calling setModeFillStateTransition()