mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
tests/usbus_hid: cleanup USB variable access in Makefile
This commit is contained in:
parent
c7781189b7
commit
60688d15c7
@ -6,7 +6,7 @@ USEMODULE += usbus_hid
|
||||
|
||||
DISABLE_MODULE += auto_init_usbus
|
||||
|
||||
USB_VID ?= ${USB_VID_TESTING}
|
||||
USB_PID ?= ${USB_PID_TESTING}
|
||||
USB_VID ?= $(USB_VID_TESTING)
|
||||
USB_PID ?= $(USB_PID_TESTING)
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
Loading…
Reference in New Issue
Block a user