update limiter

This commit is contained in:
Steven Dan
2026-01-16 16:40:19 +08:00
parent 0212ea5c18
commit f792987aa6
3 changed files with 25 additions and 7 deletions

View File

@@ -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