mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
examples/usbus_minimal: Add default Kconfig PID/VID values
This commit is contained in:
parent
84c3676e36
commit
903909fa4e
5
examples/usbus_minimal/Kconfig
Normal file
5
examples/usbus_minimal/Kconfig
Normal file
@ -0,0 +1,5 @@
|
||||
config USB_VID
|
||||
default 0x$(DEFAULT_VID) if KCONFIG_USB
|
||||
|
||||
config USB_PID
|
||||
default 0x$(DEFAULT_PID) if KCONFIG_USB
|
Loading…
Reference in New Issue
Block a user