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:
- 35:a8484e16c2f3
- Parent:
- 34:a4e9ddc2e2af
- Child:
- 37:9506bdafbf94
diff -r a4e9ddc2e2af -r a8484e16c2f3 USBDevice/USBEndpoints.h --- a/USBDevice/USBEndpoints.h Thu Oct 23 09:45:42 2014 +0100 +++ b/USBDevice/USBEndpoints.h Thu Nov 06 11:01:12 2014 +0000 @@ -45,6 +45,8 @@ #include "USBEndpoints_KL25Z.h" #elif defined (TARGET_STM32F4) #include "USBEndpoints_STM32F4.h" +#elif defined (TARGET_RZ_A1H) +#include "USBEndpoints_RZ_A1H.h" #else #error "Unknown target type" #endif