Index: firmware/App/Services/SystemCommMessages.c =================================================================== diff -u -rfe738f3cd0fb9a3ab1ea52e202543ab7bde56825 -r782cbace651eebeccbbfd3e2f2b607436269ee7f --- firmware/App/Services/SystemCommMessages.c (.../SystemCommMessages.c) (revision fe738f3cd0fb9a3ab1ea52e202543ab7bde56825) +++ firmware/App/Services/SystemCommMessages.c (.../SystemCommMessages.c) (revision 782cbace651eebeccbbfd3e2f2b607436269ee7f) @@ -8,7 +8,7 @@ * @file SystemCommMessages.c * * @author (last) Dara Navaei -* @date (last) 26-Apr-2023 +* @date (last) 31-May-2023 * * @author (original) Dara Navaei * @date (original) 05-Nov-2019 @@ -1606,7 +1606,7 @@ } // Serialize the message (w/ sync, CRC, and appropriate CAN padding) and add serialized message data to appropriate comm buffer - serializeMessage( msg, COMM_BUFFER_OUT_CAN_DG_2_HD, ACK_REQUIRED ); + serializeMessage( msg, COMM_BUFFER_OUT_CAN_DG_BROADCAST, ACK_REQUIRED ); } /*********************************************************************//** @@ -3773,6 +3773,7 @@ sendTestAckResponseMsg( (MSG_ID_T)message->hdr.msgID, result ); } +#ifndef _RELEASE_ /*********************************************************************//** * @brief * The handleGetDGSoftwareConfigRecord function handles a request to get the DG @@ -3835,6 +3836,7 @@ // Respond to request sendTestAckResponseMsg( (MSG_ID_T)message->hdr.msgID, status ); } +#endif /*********************************************************************//** * @brief