pkg/spiffs: remove c11 dependency
This commit is contained in:
parent
26f77e0565
commit
0d872bb616
@ -3,8 +3,6 @@ PKG_URL=https://github.com/pellepl/spiffs.git
|
||||
PKG_VERSION=287148c46587089c4543a21eef2d6e9e14b88364
|
||||
PKG_LICENSE=MIT
|
||||
|
||||
CFLAGS += -std=c11
|
||||
|
||||
.PHONY: all
|
||||
|
||||
all: git-download
|
||||
|
||||
@ -1,3 +1,6 @@
|
||||
MODULE := spiffs
|
||||
|
||||
# Disable 'ISO C99 doesn’t support unnamed structs/unions [-Werror=pedantic]'
|
||||
CFLAGS += -Wno-pedantic
|
||||
|
||||
include $(RIOTBASE)/Makefile.base
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user