mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 04:52:59 +01:00
pkg/littlefs: disable error prints
This commit is contained in:
parent
a1050daec0
commit
9a2b7b7ff9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user