Skip to content

Commit 1a38147

Browse files
authored
Updated HWDT one missed ICACHE_RAM_ATTR (#8018)
1 parent bc816c6 commit 1a38147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/esp8266/core_esp8266_app_entry_noextra4k.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ extern "C" void call_user_start();
2828
static cont_t g_cont __attribute__ ((aligned (16)));
2929

3030
#if defined(DEBUG_ESP_HWDT_NOEXTRA4K) || defined(DEBUG_ESP_HWDT)
31-
extern "C" cont_t * ICACHE_RAM_ATTR get_noextra4k_g_pcont(void)
31+
extern "C" cont_t * IRAM_ATTR get_noextra4k_g_pcont(void)
3232
{
3333
return &g_cont;
3434
}

0 commit comments

Comments
 (0)