Index: firmware/App/Services/SystemCommMessages.h =================================================================== diff -u -r5109bb981cab2025fcb9de33e303d046085efa18 -rdae35bc588959c0205d2cb90c25be1e1d5c32de7 --- firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 5109bb981cab2025fcb9de33e303d046085efa18) +++ firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision dae35bc588959c0205d2cb90c25be1e1d5c32de7) @@ -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 );