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:
- 29:7b328499f9cf
- Parent:
- 19:4bc3e2e68495
- Child:
- 30:18ef9d8f1eea
diff -r 8fdfd5bffe15 -r 7b328499f9cf Xbee.h
--- a/Xbee.h	Sat Nov 28 13:47:44 2015 +0000
+++ b/Xbee.h	Sat Nov 28 14:02:21 2015 +0000
@@ -11,10 +11,10 @@
     void Reset();
     
     // Send buffer
-    void Send(const char&);
+    void Send(const char*);
     
     // Read buffer
-    void Recv(char&);
+    void Recv(char*);
         
 private:
     Serial _xbee;