Index: firmware/App/Services/SystemCommMessages.h =================================================================== diff -u -r2a968f6aaf05bb937b524d67a5912d38e2a84049 -rbe80e2ef0d8f01580e047be35b485e65dcbcbdd7 --- firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 2a968f6aaf05bb937b524d67a5912d38e2a84049) +++ firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision be80e2ef0d8f01580e047be35b485e65dcbcbdd7) @@ -8,7 +8,7 @@ * @file SystemCommMessages.h * * @author (last) Dara Navaei -* @date (last) 14-May-2023 +* @date (last) 20-May-2023 * * @author (original) Dara Navaei * @date (original) 05-Nov-2019 @@ -506,11 +506,13 @@ // MSG_ID_HD_SEND_SW_CONFIG_RECORD BOOL sendHDSWConfigRecord( U32 payloadCurrNum, U32 payloadTotalNum, U32 length, U08* swRcrdAddress ); +#ifndef _RELEASE_ // MSG_ID_HD_GET_SW_CONFIG_RECORD void handleGetHDSoftwareConfigRecord( MESSAGE_T *message ); // MSG_ID_HD_SET_SW_CONFIG_RECORD void handleSetHDSoftwareConfigRecord( MESSAGE_T *message ); +#endif // MSG_ID_HD_SEND_USAGE_INFO_RECORD BOOL sendHDUsageRecord( U32 payloadCurrNum, U32 payloadTotalNum, U32 length, U08* sysRcrdAddress );