Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed-rtos mbed Xbus
Fork of MTi-1_example by
Diff: xbus/xbusparser.h
- Revision:
- 25:01356fb59467
- Parent:
- 14:155f9a55ec51
- Child:
- 46:f652d199d27e
--- a/xbus/xbusparser.h Wed May 20 12:47:50 2015 +0200 +++ b/xbus/xbusparser.h Wed May 20 13:58:34 2015 +0200 @@ -40,6 +40,12 @@ void* (*allocateBuffer)(size_t bufSize); /*! + * \brief Deallocate a buffer that was previously allocated by a call to + * allocateBuffer. + */ + void (*deallocateBuffer)(void const* buffer); + + /*! * \brief Handle a received message. */ void (*handleMessage)(struct XbusMessage const* message);
