Index: firmware/App/Services/AlarmMgmt.c =================================================================== diff -u -r88b3f1f9ca21db9f584070b38acba76b959a68fb -r4ee60d5c6265f29ff84368ee870404b55718a57a --- firmware/App/Services/AlarmMgmt.c (.../AlarmMgmt.c) (revision 88b3f1f9ca21db9f584070b38acba76b959a68fb) +++ firmware/App/Services/AlarmMgmt.c (.../AlarmMgmt.c) (revision 4ee60d5c6265f29ff84368ee870404b55718a57a) @@ -351,13 +351,13 @@ /*********************************************************************//** * @brief -* The isAnyInletWaterConditionActive function returns the status of any of -* the inlet water conditions is active or not +* The isAnyCleaningModeInletWaterConditionActive function returns the status +* of any of the inlet water conditions is active or not in a cleaning mode * @details Inputs: none * @details Outputs: none * @return TRUE if any of the inlet water conditions is active otherwise, FALSE *************************************************************************/ -BOOL isAnyInletWaterConditionActive( void ) +BOOL isAnyCleaningModeInletWaterConditionActive( void ) { BOOL status = FALSE;