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

13 lines
246 B
Makefile

BOARD ?= stm32f746g-disco
include ../Makefile.periph_common
FEATURES_REQUIRED += periph_ltdc
USEMODULE += ztimer
USEMODULE += ztimer_msec
# add include path for riot_logo.h
INCLUDES += -I$(RIOTBASE)/tests
include $(RIOTBASE)/Makefile.include