Fork of https://developer.mbed.org/users/bscott/code/STM32_USBDevice/
Fork of STM32_USBDevice by
Diff: USBDevice/USBEndpoints.h
- Revision:
- 65:0ba7c5e2b3dc
- Parent:
- 62:23cb405e1ee5
- Child:
- 66:b129e98ab7a0
--- a/USBDevice/USBEndpoints.h Thu Jun 25 09:33:51 2015 +0900 +++ b/USBDevice/USBEndpoints.h Mon Jan 18 10:47:16 2016 +0000 @@ -45,7 +45,7 @@ #include "USBEndpoints_KL25Z.h" #elif defined (TARGET_STM32F4) #include "USBEndpoints_STM32F4.h" -#elif defined(TARGET_STM32L1)||defined(TARGET_STM32F1) +#elif defined(TARGET_STM32L1)||defined(TARGET_STM32F1)||defined(TARGET_STM32F0) #include "USBEndpoints_STM32L1.h" #elif defined (TARGET_RZ_A1H) #include "USBEndpoints_RZ_A1H.h"