From ab7257da7b0182e3e38aafa9b4267b6eef5ee5fd Mon Sep 17 00:00:00 2001 From: Felipe Martinez Date: Sun, 1 Dec 2024 00:54:29 +0000 Subject: [PATCH] Add comment --- src/libs/lfs_config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libs/lfs_config.h b/src/libs/lfs_config.h index 0c4a987eab..7f3b5e7150 100644 --- a/src/libs/lfs_config.h +++ b/src/libs/lfs_config.h @@ -230,4 +230,5 @@ static inline void lfs_free(void *p) { } /* extern "C" */ #endif +// This is required in order for the CRC implementation in littlefs/lfs_util.c to be compiled #undef LFS_CONFIG