Version of USBDevice that works for KL25Z on Mbed OS2.
Fork of USBDevice by
Diff: USBDevice/USBEndpoints.h
- Revision:
- 35:a8484e16c2f3
- Parent:
- 34:a4e9ddc2e2af
- Child:
- 37:9506bdafbf94
--- 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