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 5b8bb77 commit ceb556fCopy full SHA for ceb556f
cores/esp8266/FS.h
@@ -240,7 +240,6 @@ extern "C"
240
{
241
void close_all_fs(void);
242
void littlefs_request_end(void);
243
-void spiffs_request_end(void);
244
}
245
246
#ifndef FS_NO_GLOBALS
@@ -253,11 +252,6 @@ using fs::SeekCur;
253
252
using fs::SeekEnd;
254
using fs::FSInfo;
255
using fs::FSConfig;
256
-using fs::SPIFFSConfig;
257
#endif //FS_NO_GLOBALS
258
259
-#if !defined(NO_GLOBAL_INSTANCES) && !defined(NO_GLOBAL_SPIFFS)
260
-extern fs::FS SPIFFS __attribute__((deprecated("SPIFFS has been deprecated. Please consider moving to LittleFS or other filesystems.")));
261
-#endif
262
-
263
#endif //FS_H
0 commit comments