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.h
- Revision:
- 19:4bc3e2e68495
- Parent:
- 17:2271d7a273e7
- Child:
- 29:7b328499f9cf
--- a/Xbee.h Sat Nov 28 04:12:25 2015 +0000
+++ b/Xbee.h Sat Nov 28 04:14:05 2015 +0000
@@ -14,7 +14,7 @@
void Send(const char&);
// Read buffer
- void Recv(char&,const size_t& sz = 1);
+ void Recv(char&);
private:
Serial _xbee;