Index: firmware/App/Services/SystemComm.c =================================================================== diff -u -rb21d331f7b18cb2a1dacad78bd1049b31152f029 -r9a96522e0a94724a13c2c9c8f60cf8d18ebde218 --- firmware/App/Services/SystemComm.c (.../SystemComm.c) (revision b21d331f7b18cb2a1dacad78bd1049b31152f029) +++ firmware/App/Services/SystemComm.c (.../SystemComm.c) (revision 9a96522e0a94724a13c2c9c8f60cf8d18ebde218) @@ -7,8 +7,8 @@ * * @file SystemComm.c * -* @author (last) Michael Garthwaite -* @date (last) 07-Sep-2022 +* @author (last) Dong Nguyen +* @date (last) 27-Sep-2022 * * @author (original) Dara Navaei * @date (original) 05-Nov-2019 @@ -1660,6 +1660,10 @@ handleSetBloodLeakEmbeddedModeCommand( message ); break; + case MSG_ID_HD_SEND_ALARMS_COMMAND: + handleResendAllAlarmsCommand( message ); + break; + case MSG_ID_HD_REQ_CURRENT_TREATMENT_PARAMETERS: handleTestCurrentTreamtmentParametersRequest( message ); break;