Revision 7d9678db src/urt_message.c

View differences:

src/urt_message.c
19 19
along with this program.  If not, see <http://www.gnu.org/licenses/>.
20 20
*/
21 21

  
22
#include <urtware.h>
23

  
22 24
/******************************************************************************/
23 25
/* LOCAL DEFINITIONS                                                          */
24 26
/******************************************************************************/
......
42 44
/******************************************************************************/
43 45
/* EXPORTED FUNCTIONS                                                         */
44 46
/******************************************************************************/
47

  
48
/**
49
 * @brief   Initalize the messages.
50
 *
51
 * @param[in] message  Message to initalize.
52
 * @param[in] payload   .
53
 */
54
void urtMessageInit(urt_message_t* message, void* payload) {return;}

Also available in: Unified diff