1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/tests/periph_ltdc/Makefile

10 lines
177 B
Makefile
Raw Normal View History

BOARD ?= stm32f746g-disco
include ../Makefile.tests_common
FEATURES_REQUIRED += periph_ltdc
USEMODULE += ztimer
USEMODULE += ztimer_msec
include $(RIOTBASE)/Makefile.include