Flying Sea Glider / Mbed 2 deprecated 2019_13sep_jcw_nosd

Dependencies:   mbed MODSERIAL FATFileSystem

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;
 }