mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
examples/usbus_minimal: Default to RIOT peripheral PID
This commit is contained in:
parent
903909fa4e
commit
afba3b1bd2
@ -17,7 +17,7 @@ USEMODULE += auto_init_usbus
|
||||
|
||||
# USB device vendor and product ID
|
||||
export DEFAULT_VID = 1209
|
||||
export DEFAULT_PID = 0001
|
||||
export DEFAULT_PID = 7D00
|
||||
USB_VID ?= $(DEFAULT_VID)
|
||||
USB_PID ?= $(DEFAULT_PID)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user