1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-23 08:45:22 +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

@ -11,12 +11,10 @@
#include <stddef.h>
#include <stdint.h>
#include <string.h>
#include "c_types.h"
#include "ets_sys.h"
#include <stdio.h>
#define c_memcpy memcpy
#define c_printf ets_printf
#define c_printf printf
#define c_memset memset
typedef int16_t file_t;