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