Skip to content

Commit c1da87f

Browse files
authored
Merge pull request #283 from ccli8/nuvoton_nulink2_subdevices
Enlarge MAX_COMPOSITE_DEVICE_SUBDEVICES for windows
2 parents faf3ff6 + fae6d21 commit c1da87f

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)