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

10 lines
188 B
Makefile
Raw Normal View History

2020-04-16 10:34:54 +02:00
BOARD ?= stm32f429i-disc1
include ../Makefile.tests_common
DISABLE_MODULE += test_utils_interactive_sync
USEMODULE += touch_dev
USEMODULE += xtimer
include $(RIOTBASE)/Makefile.include