1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-17 10:33:49 +01:00
RIOT/tests/touch_dev/Makefile
2022-01-22 15:14:18 +01:00

11 lines
213 B
Makefile

BOARD ?= stm32f429i-disc1
include ../Makefile.tests_common
DISABLE_MODULE += test_utils_interactive_sync
USEMODULE += touch_dev
USEMODULE += ztimer
USEMODULE += ztimer_msec
include $(RIOTBASE)/Makefile.include