#ifndef __MESSAGESUPPORT_H__ #define __MESSAGESUPPORT_H__ #include "CommBuffers.h" /** * @defgroup MessageSupport MessageSupport * @brief Provides commonly used function for messaging * * @addtogroup MessageSupport * @{ */ // ********** public function prototypes ********** BOOL broadcastData( MSG_ID_T msgID, COMM_BUFFER_T buffer, U08* dataPtr, U32 length ); #endif