1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/sys/usbus_hid/Makefile

14 lines
230 B
Makefile
Raw Normal View History

2020-06-01 18:01:32 +02:00
BOARD ?= nrf52840dk
include ../Makefile.sys_common
2020-06-01 18:01:32 +02:00
USEMODULE += usbus_hid
USEMODULE += xtimer
2020-06-01 18:01:32 +02:00
DISABLE_MODULE += auto_init_usbus
USB_VID ?= $(USB_VID_TESTING)
USB_PID ?= $(USB_PID_TESTING)
2020-06-01 18:01:32 +02:00
include $(RIOTBASE)/Makefile.include