Skip to content

Commit 5d62ba5

Browse files
authored
Idf release/v4.2 - corrections of LITTLEFS and tools (espressif#4515)
* Update package_esp32_index.template.json Fix of wrong file type * Update LITTLEFS.cpp Suppress warnings fix.
1 parent 2d0e772 commit 5d62ba5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

libraries/LITTLEFS/src/LITTLEFS.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ extern "C" {
2020
#include <sys/unistd.h>
2121
#include <sys/stat.h>
2222
#include <dirent.h>
23-
#include "esp_littlefs.h"
2423
#undef B110
2524
#undef B1000000
25+
#include "esp_littlefs.h"
2626
}
2727

2828
#include "LITTLEFS.h"

package/package_esp32_index.template.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,8 @@
190190
"host": "i686-pc-linux-gnu",
191191
"url": "https://github.com/lorol/arduino-esp32fatfs-plugin/raw/master/extra/mkfatfs.tar.gz",
192192
"archiveFileName": "mkfatfs.tar.gz",
193-
"checksum": "SHA-256:641322f1107796d7d77eacfdca0377a942e20fc7c228c6b2aa807dda5117e0af",
194-
"size": "112148"
193+
"checksum": "SHA-256:41dc0346a38d6aab5674d4301937868e69471b69d8317ed667d2eeb7c4a077ee",
194+
"size": "102575"
195195
},
196196
{
197197
"host": "i686-mingw32",

0 commit comments

Comments
 (0)