USB device stack

Dependents:   blinky_max32630fthr FTHR_USB_serial FTHR_OLED HSP_RPC_GUI_3_0_1 ... more

Fork of USBDevice by mbed official

Revision:
68:17ac7abb27a7
Parent:
17:bbd6dac92961
--- a/USBDevice/USBDevice_Types.h	Mon Jun 12 23:05:18 2017 +0000
+++ b/USBDevice/USBDevice_Types.h	Tue Jun 13 22:42:27 2017 +0000
@@ -19,6 +19,8 @@
 #ifndef USBDEVICE_TYPES_H
 #define USBDEVICE_TYPES_H
 
+#include <stdint.h>
+
 /* Standard requests */
 #define GET_STATUS        (0)
 #define CLEAR_FEATURE     (1)