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

pkg/littlefs: disable error prints

parent a1050dae
No related branches found
No related tags found
No related merge requests found
...@@ -5,4 +5,9 @@ CFLAGS += -Wno-unused-parameter -Wno-format ...@@ -5,4 +5,9 @@ CFLAGS += -Wno-unused-parameter -Wno-format
# used by MIPS # used by MIPS
CFLAGS += -Wno-missing-field-initializers CFLAGS += -Wno-missing-field-initializers
# Disable debug printing
ifneq ($(DEVELHELP),1)
CFLAGS += -DLFS_NO_DEBUG -DLFS_NO_WARN -DLFS_NO_ERROR
endif
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