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
Revision 2:186e6cce954b, committed 2016-04-06
- Comitter:
- ruslylove
- Date:
- Wed Apr 06 15:50:27 2016 +0000
- Parent:
- 1:86542d0d3c89
- Commit message:
- bug fixed
Changed in this revision
| zbee.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/zbee.cpp Sat Mar 12 17:42:59 2016 +0000
+++ b/zbee.cpp Wed Apr 06 15:50:27 2016 +0000
@@ -58,7 +58,7 @@
DATA.baud(_baud);
DATA.printf("%s",data_buf);
- DATA.scanf ("%*s"); // flush
+ // DATA.scanf ("%*s"); // flush
return 1;
}