Skip to content

Commit

Permalink
pkg/littlefs: disable error prints
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Dupont committed Apr 12, 2018
1 parent a1050da commit 9a2b7b7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkg/littlefs/Makefile.littlefs
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,9 @@ CFLAGS += -Wno-unused-parameter -Wno-format
# used by MIPS
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

0 comments on commit 9a2b7b7

Please sign in to comment.