소스 검색

[usb audio] fix building error.

guozhanxin 3 년 전
부모
커밋
08bebb40ba
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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;