Index: firmware/App/Services/SystemCommMessages.c =================================================================== diff -u -r2b6abbe347b2da260a4d46aca233bbfb6a59bf04 -r2830e6300c40e331b274511fa9183937810cc190 --- firmware/App/Services/SystemCommMessages.c (.../SystemCommMessages.c) (revision 2b6abbe347b2da260a4d46aca233bbfb6a59bf04) +++ firmware/App/Services/SystemCommMessages.c (.../SystemCommMessages.c) (revision 2830e6300c40e331b274511fa9183937810cc190) @@ -15,7 +15,7 @@ * ***************************************************************************/ -#include // for memcpy() +#include // for memcpy() #include "reg_system.h" @@ -3761,33 +3761,6 @@ /*********************************************************************//** * @brief - * The handleResendAllAlarmsCommand function handles a request to re-send - * all active DG alarms. - * The sendUIServiceModeResponse function sends out the DG response to a - * UI request to go to service mode. - * @details Inputs: none - * @details Outputs: Service mode request response msg constructed and queued - * @param accepted TRUE if request was accepted, FALSE if not - * @param rejCode Reject reason code explaining why request was rejected - * @return none - *************************************************************************/ -void handleResendAllAlarmsCommand( MESSAGE_T *message ) -{ - BOOL result = FALSE; - - // verify payload length - if ( 0 == message->hdr.payloadLen ) - { - handleResendActiveAlarmsRequest(); - result = TRUE; - } - - // respond to request - sendTestAckResponseMsg( (MSG_ID_T)message->hdr.msgID, result ); -} - -/*********************************************************************//** - * @brief * The handleCpldStatusRequest function handles a CPLD Status request message. * @details Inputs: none * @details Outputs: message handled