Index: firmware/App/Services/AlarmMgmt.c =================================================================== diff -u -r1519b5d150fd913f596715f0eacce7d5c5e0d56c -rfb1673d2282822995ed233f3e9ea5dfb0567780d --- firmware/App/Services/AlarmMgmt.c (.../AlarmMgmt.c) (revision 1519b5d150fd913f596715f0eacce7d5c5e0d56c) +++ firmware/App/Services/AlarmMgmt.c (.../AlarmMgmt.c) (revision fb1673d2282822995ed233f3e9ea5dfb0567780d) @@ -709,7 +709,7 @@ * The handleResendActiveAlarmsRequest function processes the request to re-send * all active alarms. * @details Inputs: alarmIsActive[] -* @details Outputs: re-send active alarms to UI +* @details Outputs: none * @return none *************************************************************************/ void handleResendActiveAlarmsRequest( void ) @@ -929,8 +929,8 @@ * @brief * The setAlarmAudio function sets the alarm audio pattern according to * the current state of alarms. - * @details Inputs: none - * @details Outputs: Alarm audio patter set according to current alarms status. + * @details Inputs: alarmAudioTestToneRequested + * @details Outputs: alarmAudioTestToneRequested * @return none *************************************************************************/ static void setAlarmAudio( void )