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:
- 49:47ffa4feb6db
- Parent:
- 45:16b8162188ca
- Child:
- 51:c5c40272ecc3
diff -r 20e681885161 -r 47ffa4feb6db System/StaticDefs.cpp
--- a/System/StaticDefs.cpp Thu Feb 15 04:01:57 2018 +0000
+++ b/System/StaticDefs.cpp Thu Feb 15 23:07:25 2018 +0000
@@ -14,8 +14,8 @@
}
MODSERIAL & pc() {
- static MODSERIAL pc(USBTX, USBRX);
- //static MODSERIAL pc(p9, p10); //XBee tx, rx pins
+ //static MODSERIAL pc(USBTX, USBRX);
+ static MODSERIAL pc(p9, p10); //XBee tx, rx pins
return pc;
}