mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-15 14:12:44 +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
|