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.c
- Revision:
- 10:18a6661b7e59
- Parent:
- 9:e4dc986e59f6
- Child:
- 14:155f9a55ec51
--- a/xbus/xbusparser.c Wed May 13 17:37:43 2015 +0200
+++ b/xbus/xbusparser.c Wed May 13 17:42:38 2015 +0200
@@ -14,12 +14,9 @@
*/
#include "xbusparser.h"
+#include "xbusdef.h"
#include <stdlib.h>
-#define XBUS_PREAMBLE (0xFA)
-#define XBUS_NO_PAYLOAD (0x00)
-#define XBUS_EXTENDED_LENGTH (0xFF)
-
enum XbusParserState
{
XBPS_Preamble, /*!< \brief Looking for preamble. */
