mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 10:12:45 +01:00
boards/stm32f746g-disco: pull in ltdc feature with disp_dev
This commit is contained in:
parent
2703c63397
commit
8429172c89
@ -5,3 +5,7 @@ endif
|
||||
ifneq (,$(filter netdev_default,$(USEMODULE)))
|
||||
USEMODULE += stm32_eth
|
||||
endif
|
||||
|
||||
ifneq (,$(filter disp_dev,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_ltdc
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user