USB device stack

Dependents:   mbed-mX-USB-TEST1 USBMSD_SD_HID_HelloWorld HidTest MIDI_usb_bridge ... more

Legacy Warning

This is an mbed 2 library. To learn more about mbed OS 5, visit the docs.

Pull requests against this repository are no longer supported. Please raise against mbed OS 5 as documented above.

Revision:
31:5bf05f9b3c7b
Parent:
27:0c6524151939
Child:
34:a4e9ddc2e2af
--- a/USBDevice/USBEndpoints.h	Wed Aug 20 13:15:20 2014 +0100
+++ b/USBDevice/USBEndpoints.h	Thu Aug 21 15:00:37 2014 +0100
@@ -43,7 +43,7 @@
 #include "USBEndpoints_LPC11U.h"
 #elif defined(TARGET_KL25Z) | defined(TARGET_KL46Z) | defined(TARGET_K20D5M) | defined(TARGET_K64F)
 #include "USBEndpoints_KL25Z.h"
-#elif defined (TARGET_STM32F4XX)
+#elif defined (TARGET_STM32F4)
 #include "USBEndpoints_STM32F4.h"
 #else
 #error "Unknown target type"