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.
Dependencies: FATFileSystem mbed-rtos
Dependents: BTstack WallbotWii SD to Flash Data Transfer USBHost-MSD_HelloWorld ... more
Diff: USBHost/USBDeviceConnected.h
- Revision:
 - 24:868cbfe611a7
 - Parent:
 - 8:93da8ea2708b
 - Child:
 - 37:f1e388e7b752
 
diff -r 759ec18ee1a7 -r 868cbfe611a7 USBHost/USBDeviceConnected.h
--- a/USBHost/USBDeviceConnected.h	Fri Mar 07 16:00:46 2014 +0000
+++ b/USBHost/USBDeviceConnected.h	Tue Jun 03 11:30:38 2014 +0100
@@ -33,7 +33,7 @@
     USBEndpoint * ep[MAX_ENDPOINT_PER_INTERFACE];
     FunctionPointer detach;
     char name[10];
-} INTERFACE; 
+} INTERFACE;
 
 /**
 * USBDeviceConnected class
@@ -157,7 +157,7 @@
     inline USBHostHub * getHubParent() { return hub_parent; };
     inline uint8_t      getNbIntf() { return nb_interf; };
     inline const char * getName(uint8_t intf_nb) { return intf[intf_nb].name; };
-    
+
     // in case this device is a hub
     USBHostHub * hub;
 
    

