Colin Stearns / Mbed 2 deprecated qcControl

Dependencies:   mbed

Fork of dgps by Colin Stearns

Revision:
12:e42985e3ea64
Parent:
7:c75d5e5e6bfc
Child:
14:6be57da62283
--- a/adapt/usb.h	Sat Apr 05 17:49:57 2014 +0000
+++ b/adapt/usb.h	Sat Apr 05 22:27:18 2014 +0000
@@ -1,6 +1,10 @@
 #ifndef _USB_H_
 #define _USB_H_
 #include "mbed.h"
+
+/// Define Baud
+#define USBBAUD 115200
+
 class USB{
 private:
     static Serial* pc;