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.
Diff: Xbee.cpp
- Revision:
- 37:8eba82309257
- Parent:
- 33:70e9e5e5f9d5
- Child:
- 38:c81bc5616e8e
--- a/Xbee.cpp Sat Nov 28 23:40:53 2015 +0000 +++ b/Xbee.cpp Thu Dec 03 16:19:20 2015 +0000 @@ -28,6 +28,7 @@ } if(_xbee.readable()) { + _xbee.getc(); break; } }