mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
10 lines
188 B
Makefile
10 lines
188 B
Makefile
BOARD ?= stm32f429i-disc1
|
|
include ../Makefile.tests_common
|
|
|
|
DISABLE_MODULE += test_utils_interactive_sync
|
|
|
|
USEMODULE += touch_dev
|
|
USEMODULE += xtimer
|
|
|
|
include $(RIOTBASE)/Makefile.include
|