Index: MessageSupport.h =================================================================== diff -u -r2801d97e877dd78189aa891e80a2f7cf60a6a2b7 -r34e9d24b76d786a5d3bba641f06e7764439c161e --- MessageSupport.h (.../MessageSupport.h) (revision 2801d97e877dd78189aa891e80a2f7cf60a6a2b7) +++ MessageSupport.h (.../MessageSupport.h) (revision 34e9d24b76d786a5d3bba641f06e7764439c161e) @@ -48,9 +48,9 @@ /// Record structure for a message (header + payload). typedef struct { - COMM_BUFFER_T in_buffer; ///< Message received into this channel buffer MESSAGE_HEADER_T hdr; ///< Message header U08 payload[ MAX_MSG_PAYLOAD_SIZE ]; ///< Message payload + COMM_BUFFER_T in_buffer; ///< Message received into this channel buffer } MESSAGE_T; /// Record structure for a wrapped message (message + CRC).