Index: firmware/App/Services/SystemComm.c =================================================================== diff -u -r82bd1d24c050e79690a7f5b236e49dd7db7e2a91 -r5c2e890457bce1c56779ad025cf2636a7b4449bf --- firmware/App/Services/SystemComm.c (.../SystemComm.c) (revision 82bd1d24c050e79690a7f5b236e49dd7db7e2a91) +++ firmware/App/Services/SystemComm.c (.../SystemComm.c) (revision 5c2e890457bce1c56779ad025cf2636a7b4449bf) @@ -1659,13 +1659,15 @@ handleSetFansDutyCycleOverrideRequest( message ); break; +#ifndef _RELEASE_ case MSG_ID_HD_GET_SW_CONFIG_RECORD: handleGetHDSoftwareConfigRecord( message ); break; case MSG_ID_HD_SET_SW_CONFIG_RECORD: handleSetHDSoftwareConfigRecord( message ); break; +#endif case MSG_ID_HD_STOP_RTC_CLOCK: handleStopHDRTCClock( message );