Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of F042K6_USBDevice by
Diff: USBDevice/USBEndpoints.h
- Revision:
- 66:b129e98ab7a0
- Parent:
- 65:0ba7c5e2b3dc
diff -r 0ba7c5e2b3dc -r b129e98ab7a0 USBDevice/USBEndpoints.h --- a/USBDevice/USBEndpoints.h Mon Jan 18 10:47:16 2016 +0000 +++ b/USBDevice/USBEndpoints.h Wed Sep 21 20:28:24 2016 +0100 @@ -45,7 +45,7 @@ #include "USBEndpoints_KL25Z.h" #elif defined (TARGET_STM32F4) #include "USBEndpoints_STM32F4.h" -#elif defined(TARGET_STM32L1)||defined(TARGET_STM32F1)||defined(TARGET_STM32F0) +#elif defined(TARGET_STM32L1)||defined(TARGET_STM32F3)||defined(TARGET_STM32F1)||defined(TARGET_STM32F0) #include "USBEndpoints_STM32L1.h" #elif defined (TARGET_RZ_A1H) #include "USBEndpoints_RZ_A1H.h"