mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
5 lines
155 B
Makefile
5 lines
155 B
Makefile
# Boards with a screen can use disp_dev
|
|
ifneq (,$(filter stm32f429i-disc% pinetime adafruit-clue esp32-wrover-kit,$(BOARD)))
|
|
USEMODULE += disp_dev
|
|
endif
|