Index: firmware/App/Services/SystemCommMessages.h =================================================================== diff -u -r9ebe4663bc49e037ccd6287c265c45746a86c4ff -ra2c3d3a057ff491401d8507ae15e87d741e5ea65 --- firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 9ebe4663bc49e037ccd6287c265c45746a86c4ff) +++ firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision a2c3d3a057ff491401d8507ae15e87d741e5ea65) @@ -394,6 +394,9 @@ // MSG_ID_DG_SET_SW_CONFIG_RECORD void handleSetDGSoftwareConfigRecord( MESSAGE_T *message ); +// MSG_ID_HD_REQUEST_DG_ALARMS +void handleResendAllAlarmsCommand( MESSAGE_T *message ); + // MSG_ID_DG_HD_COMMUNICATION_STATUS void handleTestHDCommunicationStatusOverrideRequest( MESSAGE_T *message );