Index: firmware/App/Services/SystemComm.c =================================================================== diff -u -r2991b6731ff88740f29ea2f19411115d4f8a4aa4 -r80a6638b362f5f613c0665200023d181f614d1bc --- firmware/App/Services/SystemComm.c (.../SystemComm.c) (revision 2991b6731ff88740f29ea2f19411115d4f8a4aa4) +++ firmware/App/Services/SystemComm.c (.../SystemComm.c) (revision 80a6638b362f5f613c0665200023d181f614d1bc) @@ -7,8 +7,8 @@ * * @file SystemComm.c * -* @author (last) Dara Navaei -* @date (last) 03-Aug-2022 +* @author (last) Michael Garthwaite +* @date (last) 07-Sep-2022 * * @author (original) Dara Navaei * @date (original) 05-Nov-2019 @@ -1647,10 +1647,6 @@ handleSetBloodLeakEmbeddedModeCommand( message ); break; - case MSG_ID_HD_SEND_ALARMS_COMMAND: - handleResendAllAlarmsCommand( message ); - break; - case MSG_ID_HD_REQ_CURRENT_TREATMENT_PARAMETERS: handleTestCurrentTreamtmentParametersRequest( message ); break;