mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-26 06:53:52 +01:00
sys/usb/Kconfig: Fix default PID
This commit is contained in:
parent
d16f8f1032
commit
d283919f1c
@ -64,8 +64,8 @@ config USB_PID
|
||||
hex "Product ID"
|
||||
depends on CUSTOM_USB_VID_PID
|
||||
range 0x0000 0xFFFF
|
||||
# default 0x7002 if MODULE_RIOTBOOT_DFU
|
||||
default 0x7001
|
||||
# default 0x7D02 if MODULE_RIOTBOOT_DFU
|
||||
default 0x7D01
|
||||
help
|
||||
You must provide your own PID.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user