diff --git a/bootloaders/riotboot_dfu/Makefile b/bootloaders/riotboot_dfu/Makefile index 5c5b1b08f5..794be9b977 100644 --- a/bootloaders/riotboot_dfu/Makefile +++ b/bootloaders/riotboot_dfu/Makefile @@ -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