BlueUSBv1 fork with no FAT file system

Dependencies:   mbed-rtos mbed

Fork of BlueUSBv1 by Phillip Nguyen

Revision:
1:12422708d6c8
Parent:
0:606b230e5b4a
Child:
2:7f4915fe5708
--- a/main.cpp	Sat Apr 10 00:30:24 2010 +0000
+++ b/main.cpp	Tue Nov 18 00:11:42 2014 +0000
@@ -115,7 +115,7 @@
 
 int main()
 {
-    pc.baud(460800);
-    printf("BlueUSB\nNow get a bunch of usb or bluetooth things and plug them in\n");
+    pc.baud(230400);
+    printf("BlueUSBv1\nNow get a bunch of usb or bluetooth things and plug them in\n");
     TestShell();
 }