Index: firmware/App/Services/SystemCommMessages.h =================================================================== diff -u -r2b2cf776b2e1dec6d61c3a4150a4b5d838b4f911 -r4b528a5706b6d1c8661b00dcd45c39cf8db9a0f6 --- firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 2b2cf776b2e1dec6d61c3a4150a4b5d838b4f911) +++ firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 4b528a5706b6d1c8661b00dcd45c39cf8db9a0f6) @@ -8,7 +8,7 @@ * @file SystemCommMessages.h * * @author (last) Michael Garthwaite -* @date (last) 15-Aug-2023 +* @date (last) 21-Aug-2023 * * @author (original) Dara Navaei * @date (original) 05-Nov-2019 @@ -526,6 +526,12 @@ // MSG_ID_DG_RAM_STATUS_OVERRIDE void handleTestDGRAMStatusOverrideRequest( MESSAGE_T* message ); +// MSG_ID_DG_CAN_RECEIVE_ACK_MESSAGE_OVERRIDE +void handleTestDGPendingACKOverrideRequest( MESSAGE_T* message ); + +// MSG_ID_DG_RESERVOIR_BROADCAST_INTERVAL_OVERRIDE +void handleTestDGReservoirOverrideRequest( MESSAGE_T* message); + /**@}*/ #endif