Index: firmware/App/Controllers/Valves.c =================================================================== diff -u -r7e2325379e4c4f7f891776646fbbcd4aa9c6eaca -rf047d1f3422df9473682e6517bb1deeb2d9aadfe --- firmware/App/Controllers/Valves.c (.../Valves.c) (revision 7e2325379e4c4f7f891776646fbbcd4aa9c6eaca) +++ firmware/App/Controllers/Valves.c (.../Valves.c) (revision f047d1f3422df9473682e6517bb1deeb2d9aadfe) @@ -7,8 +7,8 @@ * * @file Valves.c * -* @author (last) Arpita Srivastava -* @date (last) 09-Feb-2026 +* @author (last) Sameer Kalliadan Poyil +* @date (last) 10-Feb-2026 * * @author (original) Vinayakam Mani * @date (original) 26-Aug-2024 @@ -525,25 +525,6 @@ /*********************************************************************//** * @brief - * The setHydValvesStatetoClosedState function sets all Hydraulics / DD - * valves to close state except balancing chamber, UF and Inlet water control. - * @details \b Inputs: none - * @details \b Outputs: valve states - * @return none. - *************************************************************************/ -void setHydValvesStatetoClosedState( void ) -{ - DD_VALVES_T valve; - - // Set all Hydraulics valves to closed state - for ( valve = FIRST_HYD_VALVE; valve <= LAST_HYD_VALVE; valve++ ) - { - setValveState( valve, VALVE_STATE_CLOSED ); - } -} - -/*********************************************************************//** - * @brief * The setRecoveryValvesConfig function sets all recovery valves per * recovery configuration from institutional record. * @details \b Inputs: none