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:
- 76:c802e1da4179
- Parent:
- 74:d281aaef9766
- Child:
- 77:60034ab20cf9
diff -r 92e79d23d29a -r c802e1da4179 System/StaticDefs.cpp
--- a/System/StaticDefs.cpp Thu Aug 16 13:57:19 2018 +0000
+++ b/System/StaticDefs.cpp Thu Aug 16 21:47:40 2018 +0000
@@ -19,8 +19,8 @@
//}
MODSERIAL & xbee() {
- static MODSERIAL xb(p9, p10); //XBee tx, rx pins
- //static MODSERIAL xb(USBTX, USBRX); //XBee tx, rx pins
+ //static MODSERIAL xb(p9, p10); //XBee tx, rx pins
+ static MODSERIAL xb(USBTX, USBRX); //XBee tx, rx pins
return xb;
}