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:
62:23cb405e1ee5
Parent:
57:b6b2296460db
Child:
65:48fe9050cb4a
--- a/USBDevice/USBEndpoints.h	Sat Jun 20 11:54:36 2015 +0900
+++ b/USBDevice/USBEndpoints.h	Sun Jun 21 11:53:49 2015 +0900
@@ -45,7 +45,7 @@
 #include "USBEndpoints_KL25Z.h"
 #elif defined (TARGET_STM32F4)
 #include "USBEndpoints_STM32F4.h"
-#elif defined(TARGET_STM32L1)
+#elif defined(TARGET_STM32L1)||defined(TARGET_STM32F1)
 #include "USBEndpoints_STM32L1.h"
 #elif defined (TARGET_RZ_A1H)
 #include "USBEndpoints_RZ_A1H.h"