1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:32:45 +01:00

pkg/lvgl: remove version comment fixing build issue

This commit is contained in:
Nicole Faerber 2022-08-21 13:03:04 +02:00
parent ed3d680aa2
commit 5e073797e6

View File

@ -1,6 +1,6 @@
PKG_NAME=lvgl
PKG_URL=https://github.com/littlevgl/lvgl
PKG_VERSION=9024b72b4853e1e7ac29a42e54b7a10d3c4f3b20 # v8.3.1
PKG_VERSION=9024b72b4853e1e7ac29a42e54b7a10d3c4f3b20
PKG_LICENSE=MIT
include $(RIOTBASE)/pkg/pkg.mk