1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-15 17:12:45 +01:00
RIOT/tests/disp_dev/Makefile

9 lines
167 B
Makefile

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