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

@ -206,11 +206,11 @@ static HeapRegion_t xHeapRegions[] =
#endif
/*-----------------------------------------------------------*/
bool ICACHE_FLASH_ATTR __attribute__((weak))
check_memleak_debug_enable()
bool __attribute__((weak)) check_memleak_debug_enable(void)
{
return 0;
}
#ifdef MEMLEAK_DEBUG
void prvInsertBlockIntoUsedList(BlockLink_t *pxBlockToInsert)
{