Index: firmware/App/Controllers/ROPump.c =================================================================== diff -u -r696e732c9742535a58b9c65f243df7cd797d1423 -r45fe3b732b4fb769f7788bef699a8dd34b250425 --- firmware/App/Controllers/ROPump.c (.../ROPump.c) (revision 696e732c9742535a58b9c65f243df7cd797d1423) +++ firmware/App/Controllers/ROPump.c (.../ROPump.c) (revision 45fe3b732b4fb769f7788bef699a8dd34b250425) @@ -450,22 +450,6 @@ /*********************************************************************//** * @brief - * The execROPumpSelfTest function executes the RO pump's self-test. - * @details Inputs: none - * @details Outputs: none - * @return PressuresSelfTestResult (SELF_TEST_STATUS_T) - *************************************************************************/ -SELF_TEST_STATUS_T execROPumpSelfTest( void ) -{ - SELF_TEST_STATUS_T result = SELF_TEST_STATUS_PASSED; - - // TODO is there anything else needed in POST for the RO pump? - - return result; -} - -/*********************************************************************//** - * @brief * The isROPumpRunning function returns the on/off status of RO pump. * @details Inputs: isROPumpOn * @details Outputs: none