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:
- 99:9d0849f5fcd7
- Parent:
- 87:6d95f853dab3
diff -r 81db9332212d -r 9d0849f5fcd7 System/StaticDefs.cpp
--- a/System/StaticDefs.cpp Mon May 20 18:57:23 2019 +0000
+++ b/System/StaticDefs.cpp Fri Jun 28 13:59:11 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;
}