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:
- 16:4f6df64750bd
- Parent:
- 13:16731886c049
- Child:
- 20:d38b72fed893
diff -r 849c0c0f2769 -r 4f6df64750bd USBDevice/USBEndpoints.h --- 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