Justin S / F401RE-USBHost

Dependencies:   FATFileSystem

Dependents:   N64_Output_XPAD

Fork of F401RE-USBHost by Norimasa Okamoto

Revision:
25:e649a2609020
Parent:
23:4ab8bc835303
--- a/USBHost/USBHALHost_F401RE.cpp	Sun Oct 30 15:58:04 2016 +0000
+++ b/USBHost/USBHALHost_F401RE.cpp	Fri Nov 04 21:28:58 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);