pkg/spiffs: remove c11 dependency

This commit is contained in:
Vincent Dupont 2018-04-12 09:55:52 +02:00
parent 26f77e0565
commit 0d872bb616
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -1,3 +1,6 @@
MODULE := spiffs
# Disable 'ISO C99 doesnt support unnamed structs/unions [-Werror=pedantic]'
CFLAGS += -Wno-pedantic
include $(RIOTBASE)/Makefile.base