Index: firmware/App/Services/SystemCommMessages.h =================================================================== diff -u -r9c3c817b09c3c7e0d9b23a397493f6fc16ca5d62 -ref511196d29f6b0de6ade9ea113d91164d938c88 --- firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 9c3c817b09c3c7e0d9b23a397493f6fc16ca5d62) +++ firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision ef511196d29f6b0de6ade9ea113d91164d938c88) @@ -8,7 +8,7 @@ * @file SystemCommMessages.h * * @author (last) Dara Navaei -* @date (last) 15-May-2023 +* @date (last) 20-May-2023 * * @author (original) Dara Navaei * @date (original) 05-Nov-2019 @@ -396,11 +396,13 @@ // MSG_ID_DG_FANS_DUTY_CYCLE_OVERRIDE void handleSetFansDutyCycleOverrideRequest( MESSAGE_T *message ); +#ifndef _RELEASE_ // MSG_ID_DG_GET_SW_CONFIG_RECORD void handleGetDGSoftwareConfigRecord( MESSAGE_T *message ); // MSG_ID_DG_SET_SW_CONFIG_RECORD void handleSetDGSoftwareConfigRecord( MESSAGE_T *message ); +#endif // MSG_ID_DG_HD_COMMUNICATION_STATUS void handleTestHDCommunicationStatusOverrideRequest( MESSAGE_T *message );