Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: x4180_Tank Totaleprogramma Handmatig Totaleprogramma1
Fork of USBHostXpad by
Revision 5:bbbbd88de858, committed 2014-11-26
- Comitter:
 - hotwheelharry
 - Date:
 - Wed Nov 26 22:51:48 2014 +0000
 - Parent:
 - 4:4254192898a9
 - Commit message:
 - turn off debug
 
Changed in this revision
| USBHostXpad.cpp | Show annotated file Show diff for this revision Revisions of this file | 
--- a/USBHostXpad.cpp	Sat Feb 01 08:12:44 2014 +0000
+++ b/USBHostXpad.cpp	Wed Nov 26 22:51:48 2014 +0000
@@ -52,7 +52,7 @@
     for (int i = 0; i < MAX_DEVICE_CONNECTED; i++) {
         if ((dev = host->getDevice(i)) != NULL) {
             
-            USB_DBG("Trying to connect MSD device\r\n");
+            //USB_DBG("Trying to connect MSD device\r\n");
             
             if(host->enumerate(dev, this)) break;
 
    