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 mbed
Fork of USBHost by
Diff: USBHost/USBHost.h
- Revision:
- 6:1571e517a91b
- Parent:
- 4:b320d68e98e7
- Child:
- 8:93da8ea2708b
--- a/USBHost/USBHost.h	Wed Mar 13 10:23:01 2013 +0000
+++ b/USBHost/USBHost.h	Wed Mar 13 15:43:54 2013 +0000
@@ -245,10 +245,10 @@
 
     // devices connected
     USBDeviceConnected devices[MAX_DEVICE_CONNECTED];
-    volatile bool  deviceInUse[MAX_DEVICE_CONNECTED];
-    volatile bool  deviceAttachedDriver[MAX_DEVICE_CONNECTED][MAX_INTF];
-    volatile bool  deviceReset[MAX_DEVICE_CONNECTED];
-    volatile bool  deviceInited[MAX_DEVICE_CONNECTED];
+    bool  deviceInUse[MAX_DEVICE_CONNECTED];
+    bool  deviceAttachedDriver[MAX_DEVICE_CONNECTED][MAX_INTF];
+    bool  deviceReset[MAX_DEVICE_CONNECTED];
+    bool  deviceInited[MAX_DEVICE_CONNECTED];
     
 #if MAX_HUB_NB
     USBHostHub hubs[MAX_HUB_NB];
    