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

13 lines
265 B
Makefile

include ../Makefile.sys_common
USEMODULE += embunit
USEMODULE += usbus
USEMODULE += usbdev_mock
DISABLE_MODULE += auto_init_usbus
# USB device vendor and product ID
USB_VID ?= $(USB_VID_TESTING)
USB_PID ?= $(USB_PID_TESTING)
include $(RIOTBASE)/Makefile.include