We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad96e33 commit f466b46Copy full SHA for f466b46
Makefile
@@ -7,6 +7,7 @@ ifeq ($(OS),Windows_NT)
7
ARCHIVE_CMD := 7z a
8
ARCHIVE_EXTENSION := zip
9
TARGET := mkspiffs.exe
10
+ TARGET_CFLAGS := -mno-ms-bitfields
11
TARGET_LDFLAGS := -Wl,-static -static-libgcc
12
13
else
spiffs/spiffs_config.h
@@ -136,7 +136,7 @@ typedef uint8_t u8_t;
136
// not on mount point. If not, SPIFFS_format must be called prior to mounting
137
// again.
138
#ifndef SPIFFS_USE_MAGIC
139
-#define SPIFFS_USE_MAGIC (0)
+#define SPIFFS_USE_MAGIC (1)
140
#endif
141
142
// SPIFFS_LOCK and SPIFFS_UNLOCK protects spiffs from reentrancy on api level
0 commit comments