update limiter
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user