Index: firmware/App/Modes/FPModes/ModeGenPermeate.c =================================================================== diff -u -re1da3c63d3b8690d6593a7cc631a383fd942a95b -r0718166cde46a427c8b063d93faa6d3f8e2aff1f --- firmware/App/Modes/FPModes/ModeGenPermeate.c (.../ModeGenPermeate.c) (revision e1da3c63d3b8690d6593a7cc631a383fd942a95b) +++ firmware/App/Modes/FPModes/ModeGenPermeate.c (.../ModeGenPermeate.c) (revision 0718166cde46a427c8b063d93faa6d3f8e2aff1f) @@ -405,15 +405,15 @@ /*********************************************************************//** * @brief - * The checkPermeateFlow function checks the permeate flow rate from P16 + * The checkPermeateLowFlowRate function checks the permeate low flow rate from P16 * against the set target flow rate and alarm if the flow is out of range. * @details \b Inputs: permeateFlow * @details \b Outputs: none * @details \b Alarms: ALARM_ID_FP_PERMEATE_FLOW_OUT_LOW_RANGE when * P16 flow goes beyond threshold limit from set target flow. * @return none *************************************************************************/ -void checkPermeateFlow( void ) +void checkPermeateLowFlowRate( void ) { F32 permeateFlow = getFilteredFlow( P16_FLOW ); BOOL isFlowOutOfRange = FALSE;