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:
- 10:c6100f1f2265
- Parent:
- 9:c0955550ca13
- Child:
- 11:4e806bf0fb3d
--- a/Xbee.cpp Sun Nov 22 02:42:04 2015 +0000 +++ b/Xbee.cpp Sun Nov 22 02:56:41 2015 +0000 @@ -32,7 +32,9 @@ if(_xbee.getc() == '.') { _xbee.gets(buffer,sz); + _xbee.putc('.'); + break; } - _xbee.putc('.'); + } } \ No newline at end of file