1
0
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:
MrKevinWeiss 2023-06-02 12:32:19 +02:00
parent d16f8f1032
commit d283919f1c
No known key found for this signature in database
GPG Key ID: 4B69974722CBEEAE

View File

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