1
0
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:
Ivan Grokhotkov
2016-03-03 02:13:22 +03:00
parent aa67d1c492
commit 1f32b7f66e
8 changed files with 634 additions and 582 deletions

View File

@ -21,8 +21,8 @@
#ifndef FS_H
#define FS_H
#include <Arduino.h>
#include <memory>
#include <Arduino.h>
namespace fs {