feat(esp8266): Don't use ICACHE_FLASH_ATTR in SDK side

This commit is contained in:
Wu Jian Gang
2018-05-24 12:34:22 +08:00
parent 2367c49137
commit 29f5577ac6
28 changed files with 386 additions and 392 deletions

View File

@ -80,7 +80,7 @@ int os_get_random(unsigned char *buf, size_t len);
* please copy following codes to user_main.c.
#include "esp_libc.h"
bool ICACHE_FLASH_ATTR check_memleak_debug_enable(void)
bool check_memleak_debug_enable(void)
{
return MEMLEAK_DEBUG_ENABLE;
}