Skip to content

Commit 983970e

Browse files
boriszweimuellerigrr
authored andcommitted
Fix key name of meta-length in config.
1 parent 9f4acb5 commit 983970e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/spiffs_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
#define SPIFFS_CACHE CONFIG_SPIFFS_CACHE
3232
#endif
3333
#ifdef CONFIG_SPIFFS_META_LENGTH
34-
#define SPIFFS_META_LENGTH CONFIG_SPIFFS_META_LENGTH
34+
#define SPIFFS_OBJ_META_LEN CONFIG_SPIFFS_META_LENGTH
3535
#endif
3636
#ifdef CONFIG_SPIFFS_USE_MAGIC
3737
#define SPIFFS_USE_MAGIC CONFIG_SPIFFS_USE_MAGIC

0 commit comments

Comments
 (0)