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

pkg/lvgl: remove unnecessary dependency to auto_init_screen

This commit is contained in:
Alexandre Abadie 2021-05-19 21:40:26 +02:00
parent 7d5051f2ec
commit 37bb39bcb9
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -17,8 +17,6 @@ ifneq (,$(filter lvgl_contrib_touch,$(USEMODULE)))
USEMODULE += touch_dev
endif
DEFAULT_MODULE += auto_init_screen
# lvgl is not compatible with non 32bit platforms
# Building lv_misc triggers the error:
# "left shift count >= width of type [-Werror=shift-count-overflow]"