Index: firmware/App/Controllers/Valves.h =================================================================== diff -u -r0d2351b8e47e40fdcd706ed7b7ac1379b69a20ef -red8321235c296b3c2e431692cc4f3e3db8a41a81 --- firmware/App/Controllers/Valves.h (.../Valves.h) (revision 0d2351b8e47e40fdcd706ed7b7ac1379b69a20ef) +++ firmware/App/Controllers/Valves.h (.../Valves.h) (revision ed8321235c296b3c2e431692cc4f3e3db8a41a81) @@ -56,9 +56,7 @@ typedef struct { U16 valvesStatus; ///< 2 way valves status. - U08 valvesBCStatus; ///< Balancing chamber valves status. - U08 valvesUFStatus; ///< Ultrafiltration valves status. - U08 valvesSensedState[ NUM_OF_VALVES ]; ///< DD valves sensed states. + U08 valvesSensedState[ NUM_OF_VALVES ]; ///< RO valves sensed states. } RO_VALVES_DATA_T; #pragma pack(pop) Index: firmware/App/Drivers/BoostPump.c =================================================================== diff -u -rd4d21b42ee8bd292a6d9f7966fe37abe0271dfda -red8321235c296b3c2e431692cc4f3e3db8a41a81 --- firmware/App/Drivers/BoostPump.c (.../BoostPump.c) (revision d4d21b42ee8bd292a6d9f7966fe37abe0271dfda) +++ firmware/App/Drivers/BoostPump.c (.../BoostPump.c) (revision ed8321235c296b3c2e431692cc4f3e3db8a41a81) @@ -237,7 +237,7 @@ * @details \b Inputs: none * @details \b Outputs: boostPumpCmdDutyCycle[] * @param message Override message from Dialin which includes an ID of - * the valve to override and the state to override the valve to. + * the pump to override and the PWM to override the pump to. * @return TRUE if override successful, FALSE if not *************************************************************************/ BOOL testSetBoostPumpPWM( MESSAGE_T *message )