Index: firmware/App/Controllers/ROPump.h =================================================================== diff -u -rba0b07893eccc26bda5d46281980c2e8cb499997 -r4b25bf00656b9067a13541014fa1333386a7ed95 --- firmware/App/Controllers/ROPump.h (.../ROPump.h) (revision ba0b07893eccc26bda5d46281980c2e8cb499997) +++ firmware/App/Controllers/ROPump.h (.../ROPump.h) (revision 4b25bf00656b9067a13541014fa1333386a7ed95) @@ -7,8 +7,8 @@ * * @file ROPump.h * -* @author (last) Dara Navaei -* @date (last) 12-Oct-2022 +* @author (last) Michael Garthwaite +* @date (last) 21-Nov-2022 * * @author (original) Sean * @date (original) 04-Apr-2020 @@ -34,7 +34,6 @@ #define MAX_RO_FLOWRATE_LPM 1.8F ///< Maximum target RO flow rate in L/min. #define MIN_RO_FLOWRATE_LPM 0.0F ///< Minimum target RO flow rate in L/min. - /// Enumerations of RO pump PI controller profiles. typedef enum { @@ -87,8 +86,8 @@ BOOL testSetTargetDutyCycle( F32 value ); -BOOL testSetROPumpMeasuredFeedbackVoltageOverride( F32 value ); -BOOL testResetROPumpMeasuredFeedbackVoltageOverride( void ); +BOOL testSetROPumpMeasuredFeedbackDutyCycleOverride( F32 value ); +BOOL testResetROPumpMeasuredFeedbackDutyCycleOverride( void ); /**@}*/