Index: MessageSupport.h =================================================================== diff -u -r2c508d911fedf7fea1a081f449070aeed248b85c -r6debb526b7d4fc80cdad6a26e14e4522cb00bec2 --- MessageSupport.h (.../MessageSupport.h) (revision 2c508d911fedf7fea1a081f449070aeed248b85c) +++ MessageSupport.h (.../MessageSupport.h) (revision 6debb526b7d4fc80cdad6a26e14e4522cb00bec2) @@ -28,6 +28,10 @@ * @{ */ +// ********** public definitions ********** + +#define DEBUG_EVENT_FIXED_BUFFER_SIZE 41 ///< HD/DG DEBUG EVENT buffer must be 41 bytes + // ********** public function prototypes ********** BOOL broadcastData( MSG_ID_T msgID, COMM_BUFFER_T buffer, U08* dataPtr, U32 length );