Index: firmware/App/Controllers/Valves.c =================================================================== diff -u -r520b5b97e2a1a6d7af037e1144f1ffeb39153e3e -r095866efd8f10bdead490578e7584051d79292f0 --- firmware/App/Controllers/Valves.c (.../Valves.c) (revision 520b5b97e2a1a6d7af037e1144f1ffeb39153e3e) +++ firmware/App/Controllers/Valves.c (.../Valves.c) (revision 095866efd8f10bdead490578e7584051d79292f0) @@ -62,7 +62,6 @@ static U32 valveStateMismatchTimerCounter; ///< Initialize valve state mismatch timer. static U32 pendingValveStateChanges[ DD_NUM_OF_VALVES ]; ///< Delayed (pending) valve state changes. static U32 pendingValveStateChangeCountDowns[ DD_NUM_OF_VALVES ]; ///< Delayed (pending) valve state change count down timers (in task intervals). -static RECOVERY_STATE_T recoveryState; ///< IOFP valve recovery setting. static OVERRIDE_U32_T valveStates[ DD_NUM_OF_VALVES ]; ///< Currently commanded valves states. static OVERRIDE_U32_T valveSensedStates[ DD_NUM_OF_VALVES ]; ///< Valve sensed states override. @@ -625,18 +624,6 @@ /*********************************************************************//** * @brief - * The getRecoveryState function gets the current valve recovery state. - * @details \b Inputs: recoveryState - * @details \b Outputs: recoveryState - * @return the current valve recovery state. - *************************************************************************/ -RECOVERY_STATE_T getRecoveryState( void ) -{ - return recoveryState; -} - -/*********************************************************************//** - * @brief * The publishValvesStates function publishes DD valves states at the set interval. * @details \b Inputs: valvesStatesPublicationTimerCounter * @details \b Outputs: valvesStatesPublicationTimerCounter