1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:32:45 +01:00

boards/stm32f746g-disco: pull in ltdc feature with disp_dev

This commit is contained in:
Alexandre Abadie 2021-12-22 16:08:54 +01:00
parent 2703c63397
commit 8429172c89
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -5,3 +5,7 @@ endif
ifneq (,$(filter netdev_default,$(USEMODULE)))
USEMODULE += stm32_eth
endif
ifneq (,$(filter disp_dev,$(USEMODULE)))
FEATURES_REQUIRED += periph_ltdc
endif