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 mbed-rtos Xbus
Diff: xbus/xbusparser.c
- Revision:
- 9:e4dc986e59f6
- Parent:
- 3:abc451d82b88
- Child:
- 10:18a6661b7e59
--- a/xbus/xbusparser.c Wed May 13 15:32:21 2015 +0200
+++ b/xbus/xbusparser.c Wed May 13 17:37:43 2015 +0200
@@ -105,6 +105,7 @@
parser->checksum += byte;
if (byte == XBUS_NO_PAYLOAD)
{
+ parser->currentMessageLength = byte;
parser->state = XBPS_Checksum;
}
else if (byte < XBUS_EXTENDED_LENGTH)