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:
parent
37bb39bcb9
commit
08049fbb79
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user