Fixing issues with library dependencies

Dependencies:   FATFileSystem mbed-rtos

Fork of USBHost by mbed official

Revision:
6:1571e517a91b
Parent:
4:b320d68e98e7
Child:
8:93da8ea2708b
--- a/USBHost/USBHost.cpp	Wed Mar 13 10:23:01 2013 +0000
+++ b/USBHost/USBHost.cpp	Wed Mar 13 15:43:54 2013 +0000
@@ -1017,9 +1017,7 @@
         printf("\r\n\r\n");
     }
 #endif
-    usb_mutex.lock();
     addTransfer(ep, buf, len);
-    usb_mutex.unlock();
 
     if (blocking) {