From f7586052182b541509befdba95deb0cd5b67b2cd Mon Sep 17 00:00:00 2001 From: Steven Dan Date: Mon, 2 Feb 2026 16:25:18 +0800 Subject: [PATCH] set _XUA_ENABLE_BOS_DESC --- lib_xua/lib_xua/src/core/endpoint0/xua_ep0_descriptors.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib_xua/lib_xua/src/core/endpoint0/xua_ep0_descriptors.h b/lib_xua/lib_xua/src/core/endpoint0/xua_ep0_descriptors.h index e1e90c1..407397c 100644 --- a/lib_xua/lib_xua/src/core/endpoint0/xua_ep0_descriptors.h +++ b/lib_xua/lib_xua/src/core/endpoint0/xua_ep0_descriptors.h @@ -21,7 +21,7 @@ // Enable BOS descriptor only when DFU is enabled since the only capability we advertise is the MSOS desc with DFU interface enumerating as WinUSB. // Enumerating with 0 capabilities doesn't seem to be allowed #if (XUA_DFU_EN) - #define _XUA_ENABLE_BOS_DESC (0) //alexy 20250822 + #define _XUA_ENABLE_BOS_DESC (1) //alexy 20250822 #else #define _XUA_ENABLE_BOS_DESC (0) #endif