Merge pull request #16017 from chrysn-pull-requests/riotboot-dfu-codes

riotboot_dfu: Use allocated USB IDs
This commit is contained in:
chrysn 2021-02-16 15:04:49 +01:00 committed by GitHub
commit 856f246131
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,8 +35,10 @@ RIOTBASE ?= $(CURDIR)/../../
# USB device vendor and product ID
# pid.codes test VID/PID, not globally unique
USB_VID ?= ${USB_VID_TESTING}
USB_PID ?= ${USB_PID_TESTING}
# The VID/PID pair allocated for the RIOT bootloader
# as allocated on https://pid.codes/1209/7D02/
USB_VID ?= 1209
USB_PID ?= 7D02
include $(RIOTBASE)/Makefile.include