1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/tests/usbus_hid/Makefile
2021-01-11 00:24:30 +01:00

13 lines
212 B
Makefile

BOARD ?= nrf52840dk
include ../Makefile.tests_common
USEMODULE += usbus_hid
DISABLE_MODULE += auto_init_usbus
USB_VID ?= ${USB_VID_TESTING}
USB_PID ?= ${USB_PID_TESTING}
include $(RIOTBASE)/Makefile.include