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
Fork of USBHost by
Diff: USBHost/USBHost.cpp
- Revision:
- 17:c7b1b8451598
- Parent:
- 16:ab8c9118524e
- Child:
- 22:f4191d3837dc
--- a/USBHost/USBHost.cpp	Wed Oct 09 13:15:21 2013 +0100
+++ b/USBHost/USBHost.cpp	Wed Oct 16 14:15:18 2013 +0100
@@ -28,8 +28,6 @@
 
 #define MIN(a, b) ((a > b) ? b : a)
 
-DigitalOut l4(LED4);
-
 /**
 * How interrupts are processed:
 *    - new device connected:
@@ -72,7 +70,6 @@
         
         if (evt.status == osEventMail) {
             
-            l4 = !l4;
             message_t * usb_msg = (message_t*)evt.value.p;
             
             switch (usb_msg->event_id) {
    