1
0
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:
Leandro Lanzieri 2019-12-06 11:07:34 +01:00
parent 84c3676e36
commit 903909fa4e

View 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