mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 05:12:57 +01:00
pkg/littlefs: bump version to v1.6.2
This commit is contained in:
parent
99e75948ef
commit
7bb3e3dcc4
@ -1,6 +1,7 @@
|
||||
PKG_NAME=littlefs
|
||||
PKG_URL=https://github.com/geky/littlefs.git
|
||||
PKG_VERSION=v1.3
|
||||
# v1.6.2
|
||||
PKG_VERSION=0bb1f7af17755bd792f0c4966877fb1886dfc802
|
||||
PKG_LICENSE=Apache-2.0
|
||||
|
||||
.PHONY: all
|
||||
|
@ -1,6 +1,6 @@
|
||||
MODULE := littlefs
|
||||
|
||||
CFLAGS += -Wno-unused-parameter -Wno-format
|
||||
CFLAGS += -Wno-format
|
||||
# GCC 4.9 bug (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64480)
|
||||
# used by MIPS
|
||||
CFLAGS += -Wno-missing-field-initializers
|
||||
|
Loading…
Reference in New Issue
Block a user