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:
57:b6b2296460db
Parent:
55:c7fd9d44ec8e
Child:
62:23cb405e1ee5
--- a/USBDevice/USBEndpoints.h	Mon Jun 08 08:15:25 2015 +0100
+++ b/USBDevice/USBEndpoints.h	Fri Jun 12 09:17:50 2015 +0000
@@ -45,6 +45,8 @@
 #include "USBEndpoints_KL25Z.h"
 #elif defined (TARGET_STM32F4)
 #include "USBEndpoints_STM32F4.h"
+#elif defined(TARGET_STM32L1)
+#include "USBEndpoints_STM32L1.h"
 #elif defined (TARGET_RZ_A1H)
 #include "USBEndpoints_RZ_A1H.h"
 #elif defined(TARGET_Maxim)