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.
Dependents: zbee_rx_analog zbee_tx_analog simple_zb_rx simple_zb_tx
Diff: zbee.cpp
- Revision:
- 1:86542d0d3c89
- Parent:
- 0:5092dcc261f2
- Child:
- 2:186e6cce954b
--- a/zbee.cpp	Sat Mar 12 17:31:26 2016 +0000
+++ b/zbee.cpp	Sat Mar 12 17:42:59 2016 +0000
@@ -62,7 +62,7 @@
     return 1;
 }
 
-void zbee::RecieveData(char *data_buf, int numchar)
+void zbee::ReceiveData(char *data_buf, int numchar)
 {
     int count=0;
     if(numchar == 0) {