mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-24 19:42:27 +03:00
Clean up core files
- remove ICACHE_FLASH_ATTR - remove unneeded SDK includes - split spiffs_api into .h and .cpp
This commit is contained in:
@ -21,8 +21,8 @@
|
||||
#ifndef FS_H
|
||||
#define FS_H
|
||||
|
||||
#include <Arduino.h>
|
||||
#include <memory>
|
||||
#include <Arduino.h>
|
||||
|
||||
namespace fs {
|
||||
|
||||
|
Reference in New Issue
Block a user