1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 06:12:43 +01:00

pkg/littlefs2: fix compilation with NDEBUG

This commit is contained in:
Gunar Schorcht 2021-12-10 10:58:26 +01:00
parent b6a2696e81
commit 11d999b014

View File

@ -4,3 +4,6 @@ DIRS += $(RIOTBASE)/pkg/littlefs2/fs
# Reduce LFS_NAME_MAX to 31 (as VFS_NAME_MAX default)
CFLAGS += -DLFS_NAME_MAX=31
# avoid compilation errors when NDEBUG is defined
CFLAGS += -DLFS_NO_ASSERT