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

tests/pkg_qr-code-generator: remove dependency to auto_init_screen

This commit is contained in:
Alexandre Abadie 2021-05-19 21:41:39 +02:00
parent 37bb39bcb9
commit 08049fbb79
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405
2 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,6 @@
config APPLICATION
bool
default y
imply MODULE_AUTO_INIT_SCREEN if BOARD_HAS_DISPLAY
imply MODULE_DISP_DEV if BOARD_HAS_DISPLAY
depends on TEST_KCONFIG

View File

@ -1,5 +1,4 @@
# Boards with a screen can use disp_dev
ifneq (,$(filter stm32f429i-disc% pinetime adafruit-clue esp32-wrover-kit,$(BOARD)))
USEMODULE += auto_init_screen
USEMODULE += disp_dev
endif