We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc816c6 commit 1a38147Copy full SHA for 1a38147
cores/esp8266/core_esp8266_app_entry_noextra4k.cpp
@@ -28,7 +28,7 @@ extern "C" void call_user_start();
28
static cont_t g_cont __attribute__ ((aligned (16)));
29
30
#if defined(DEBUG_ESP_HWDT_NOEXTRA4K) || defined(DEBUG_ESP_HWDT)
31
-extern "C" cont_t * ICACHE_RAM_ATTR get_noextra4k_g_pcont(void)
+extern "C" cont_t * IRAM_ATTR get_noextra4k_g_pcont(void)
32
{
33
return &g_cont;
34
}
0 commit comments