USB Device for NUCLEO-F103RB, STM32F103C8T6 and Maple Mini boards

Dependents:   MapleMini_USBSerial STM32F103C8T6_USBKeyboard firstDelta STM32F103C8T6_USBSerial ... more

Fork of L152RE_USBDevice by Norimasa Okamoto

Revision:
16:4f6df64750bd
Parent:
13:16731886c049
Child:
20:d38b72fed893
--- a/USBDevice/USBEndpoints.h	Tue Nov 05 09:45:23 2013 +0000
+++ b/USBDevice/USBEndpoints.h	Thu Dec 05 13:00:15 2013 +0000
@@ -43,6 +43,8 @@
 #include "USBEndpoints_LPC11U.h"
 #elif defined(TARGET_KL25Z)
 #include "USBEndpoints_KL25Z.h"
+#elif defined (TARGET_STM32F4XX)
+#include "USBEndpoints_STM32F4.h"
 #else
 #error "Unknown target type"
 #endif