Skip to content
Snippets Groups Projects
Commit 0d872bb6 authored by Vincent Dupont's avatar Vincent Dupont
Browse files

pkg/spiffs: remove c11 dependency

parent 26f77e05
No related branches found
No related tags found
No related merge requests found
...@@ -3,8 +3,6 @@ PKG_URL=https://github.com/pellepl/spiffs.git ...@@ -3,8 +3,6 @@ PKG_URL=https://github.com/pellepl/spiffs.git
PKG_VERSION=287148c46587089c4543a21eef2d6e9e14b88364 PKG_VERSION=287148c46587089c4543a21eef2d6e9e14b88364
PKG_LICENSE=MIT PKG_LICENSE=MIT
CFLAGS += -std=c11
.PHONY: all .PHONY: all
all: git-download all: git-download
......
MODULE := spiffs MODULE := spiffs
# Disable 'ISO C99 doesn’t support unnamed structs/unions [-Werror=pedantic]'
CFLAGS += -Wno-pedantic
include $(RIOTBASE)/Makefile.base include $(RIOTBASE)/Makefile.base
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment