Index: firmware/App/Modes/ModeFill.c =================================================================== diff -u -r30e10dbe22159f42db8f83a92a425345120d56b9 -r4ebe73f0dee4b70eeea3c38a01e13f3b6817e366 --- firmware/App/Modes/ModeFill.c (.../ModeFill.c) (revision 30e10dbe22159f42db8f83a92a425345120d56b9) +++ firmware/App/Modes/ModeFill.c (.../ModeFill.c) (revision 4ebe73f0dee4b70eeea3c38a01e13f3b6817e366) @@ -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()