USBDevice with MAX32620HSP platform support

Fork of USBDevice by mbed official

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