first release for keyboard

Dependencies:   FATFileSystem2

Dependents:   N64_Output_KB

Fork of F401RE-USBHost by Norimasa Okamoto

Revision:
25:0d73d8154e04
Parent:
23:4ab8bc835303
--- a/USBHost/USBHALHost_F401RE.cpp	Sun Oct 30 15:58:04 2016 +0000
+++ b/USBHost/USBHALHost_F401RE.cpp	Wed Dec 28 23:22:13 2016 +0000
@@ -103,7 +103,7 @@
     while(!attach_done) {
         if (t.read_ms() > 5*1000) {
             t.reset();
-            USB_INFO("Please attach USB device.");
+            //USB_INFO("Please attach USB device.");
         }
     }
     wait_ms(100);