Explorar el Código

[usb audio] fix building error.

guozhanxin hace 3 años
padre
commit
08bebb40ba
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      components/drivers/usb/usbdevice/class/uaudioreg.h

+ 1 - 0
components/drivers/usb/usbdevice/class/uaudioreg.h

@@ -31,6 +31,7 @@
  */
 
 #include <rtdef.h>
+#include <stdint.h>
 
 typedef uint8_t  uByte;
 typedef uint16_t uWord;