From 05e5730cc2da7a044e25879136366fa726e46b29 Mon Sep 17 00:00:00 2001 From: sakumisu <1203593632@qq.com> Date: Mon, 19 May 2025 17:04:40 +0800 Subject: update: enable CONFIG_USBDEV_ADVANCE_DESC as default Signed-off-by: sakumisu <1203593632@qq.com> --- osal/idf/usb_config.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'osal') diff --git a/osal/idf/usb_config.h b/osal/idf/usb_config.h index dde3bccb..b970f705 100644 --- a/osal/idf/usb_config.h +++ b/osal/idf/usb_config.h @@ -271,4 +271,6 @@ #define CONFIG_USBHOST_PIPE_NUM 8 #else #error "Unsupported SoC" -#endif \ No newline at end of file +#endif + +#define CONFIG_USBDEV_ADVANCE_DESC \ No newline at end of file -- cgit v1.3.1