Index: firmware/App/Services/SystemCommMessages.h =================================================================== diff -u -rcbef3eeccf761b959283d027da24ac389df48434 -r87467f3b071eae26bc855e20e718acb159c648bb --- firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision cbef3eeccf761b959283d027da24ac389df48434) +++ firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 87467f3b071eae26bc855e20e718acb159c648bb) @@ -8,7 +8,7 @@ * @file SystemCommMessages.h * * @author (last) Michael Garthwaite -* @date (last) 09-Aug-2023 +* @date (last) 15-Aug-2023 * * @author (original) Dara Navaei * @date (original) 05-Nov-2019 @@ -535,9 +535,12 @@ // MSG_ID_DG_DRAIN_MODE_BROADCAST_INTERVAL_OVERRIDE void handleTestDGDrainModeBroadcastOverrideRequest( MESSAGE_T* message ); -// MSG_ID_DG_RO_ONLY_MODE_STATUS_REQUEST +// MSG_ID_DG_DIALIN_RO_ONLY_MODE_STATUS_REQUEST void handleDGROStatusRequest( MESSAGE_T* message ); +// MSG_ID_DG_RAM_STATUS_OVERRIDE +void handleTestDGRAMStatusOverrideRequest( MESSAGE_T* message ); + /**@}*/ #endif