Index: firmware/App/Controllers/ROPump.c =================================================================== diff -u -r44f739bf3e9dfe0bfb5910a6a32fc4c5b1533af3 -r696e732c9742535a58b9c65f243df7cd797d1423 --- firmware/App/Controllers/ROPump.c (.../ROPump.c) (revision 44f739bf3e9dfe0bfb5910a6a32fc4c5b1533af3) +++ firmware/App/Controllers/ROPump.c (.../ROPump.c) (revision 696e732c9742535a58b9c65f243df7cd797d1423) @@ -457,7 +457,7 @@ *************************************************************************/ SELF_TEST_STATUS_T execROPumpSelfTest( void ) { - SELF_TEST_STATUS_T result = SELF_TEST_STATUS_IN_PROGRESS; + SELF_TEST_STATUS_T result = SELF_TEST_STATUS_PASSED; // TODO is there anything else needed in POST for the RO pump? @@ -495,7 +495,7 @@ * The getTargetROPumpPressurePSI function gets the current target RO pump * pressure. * @details Inputs: none - * @details Outputs: targetROPumpMaxPressure + * @details Outputs: none * @return the current target RO pump pressure in psi. *************************************************************************/ F32 getTargetROPumpPressurePSI( void )