Skip to content

Commit fae6d21

Browse files
committed
Enlarge MAX_COMPOSITE_DEVICE_SUBDEVICES for windows
Some interfaces, e.g. Nuvoton's Nu-Link2 can have more subdevices than the limit defined by MAX_COMPOSITE_DEVICE_SUBDEVICES for windows. Try to enlarge the limit to enable these interfaces.
1 parent faf3ff6 commit fae6d21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mbed_os_tools/detect/windows.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
import winreg
3434

3535

36-
MAX_COMPOSITE_DEVICE_SUBDEVICES = 5
36+
MAX_COMPOSITE_DEVICE_SUBDEVICES = 8
3737
MBED_STORAGE_DEVICE_VENDOR_STRINGS = [
3838
"ven_mbed",
3939
"ven_segger",

0 commit comments

Comments
 (0)