Index: firmware/App/Controllers/ROPump.c =================================================================== diff -u -r4bb331eccddd3c929266b9c01066347533726774 -r376dfac415321b3d85405e5ef16c48f2118f0f20 --- firmware/App/Controllers/ROPump.c (.../ROPump.c) (revision 4bb331eccddd3c929266b9c01066347533726774) +++ firmware/App/Controllers/ROPump.c (.../ROPump.c) (revision 376dfac415321b3d85405e5ef16c48f2118f0f20) @@ -93,9 +93,10 @@ /*********************************************************************//** * @brief * The initROPump function initializes the RO Pump module. - * @details \b Inputs: roPumpState, prevROPumpState, roPumpControlMode, isROPumpOn, stopPumpRequest, - * roControlTimerCounter, roPumpDutyCyclePctSet, roPumpOpenLoopTargetDutyCycle, roPumpDataPublicationTimerCounter, - * roPumpDataPublishInterval, targetROPumpFlowRate, targetROPumpPressure, exemptLowFlowAlarm + * @details \b Inputs: roPumpState, prevROPumpState, roPumpControlMode, isROPumpOn, + * stopPumpRequest, roControlTimerCounter, roPumpDutyCyclePctSet, + * roPumpOpenLoopTargetDutyCycle, roPumpDataPublicationTimerCounter, roPumpDataPublishInterval, + * targetROPumpFlowRate, targetROPumpPressure, exemptLowFlowAlarm, lowFlowExemptTimer * @details \b Outputs: RO Pump controller unit initialized * @return none *************************************************************************/ Index: firmware/App/Monitors/WaterQualityMonitor.c =================================================================== diff -u -r4bb331eccddd3c929266b9c01066347533726774 -r376dfac415321b3d85405e5ef16c48f2118f0f20 --- firmware/App/Monitors/WaterQualityMonitor.c (.../WaterQualityMonitor.c) (revision 4bb331eccddd3c929266b9c01066347533726774) +++ firmware/App/Monitors/WaterQualityMonitor.c (.../WaterQualityMonitor.c) (revision 376dfac415321b3d85405e5ef16c48f2118f0f20) @@ -203,7 +203,6 @@ isFlowOutOfRange = ( ( permeateFlow < minimumAllowedPermeateFlow ) ? TRUE : FALSE ); checkPersistentAlarm( ALARM_ID_FP_PERMEATE_FLOW_OUT_LOW_RANGE, isFlowOutOfRange, permeateFlow, minimumAllowedPermeateFlow ); } - } /*********************************************************************//**