mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-08-06 07:00:05 +08:00
feat(esp8266): Don't use ICACHE_FLASH_ATTR in SDK side
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user