1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 06:12:43 +01:00

pkg/littlefs2: bump version to 2.4.2

This commit is contained in:
Benjamin Valentin 2022-03-22 09:50:52 +01:00
parent d23837a220
commit 3bc4d7af64

View File

@ -1,7 +1,7 @@
PKG_NAME=littlefs2
PKG_URL=https://github.com/ARMmbed/littlefs.git
# v2.4
PKG_VERSION=1863dc7883d82bd6ca79faa164b65341064d1c16
# v2.4.2
PKG_VERSION=9c7e232086f865cff0bb96fe753deb66431d91fd
PKG_LICENSE=Apache-2.0
include $(RIOTBASE)/pkg/pkg.mk