Version of USBDevice that works for KL25Z on Mbed OS2.
Fork of USBDevice by
Diff: USBDevice/USBEndpoints.h
- Revision:
- 49:bee5808e91e3
- Parent:
- 43:c0605f23f916
- Child:
- 55:c7fd9d44ec8e
--- a/USBDevice/USBEndpoints.h Thu Apr 16 11:00:20 2015 +0100 +++ b/USBDevice/USBEndpoints.h Thu Apr 16 11:46:08 2015 +0100 @@ -47,6 +47,8 @@ #include "USBEndpoints_STM32F4.h" #elif defined (TARGET_RZ_A1H) #include "USBEndpoints_RZ_A1H.h" +#elif defined(TARGET_Maxim) +#include "USBEndpoints_Maxim.h" #else #error "Unknown target type" #endif