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.
Dependencies: mbed MODSERIAL FATFileSystem
Diff: System/StaticDefs.cpp
- Revision:
- 101:c24f70abb124
- Parent:
- 87:6d95f853dab3
- Child:
- 102:0f430de62447
diff -r 81db9332212d -r c24f70abb124 System/StaticDefs.cpp
--- a/System/StaticDefs.cpp Mon May 20 18:57:23 2019 +0000
+++ b/System/StaticDefs.cpp Fri Jun 28 15:07:41 2019 +0000
@@ -19,8 +19,8 @@
//}
MODSERIAL & xbee() {
- static MODSERIAL xb(p9, p10); //XBee tx, rx pins
- //static MODSERIAL xb(USBTX, USBRX); //if you want to send all the xbee() messages throught the USB connection
+ //static MODSERIAL xb(p9, p10); //XBee tx, rx pins
+ static MODSERIAL xb(USBTX, USBRX); //if you want to send all the xbee() messages throught the USB connection
return xb;
}