Skip to content

Commit

Permalink
Updated HWDT one missed ICACHE_RAM_ATTR (#8018)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhightower83 authored May 6, 2021
1 parent bc816c6 commit 1a38147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cores/esp8266/core_esp8266_app_entry_noextra4k.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ extern "C" void call_user_start();
static cont_t g_cont __attribute__ ((aligned (16)));

#if defined(DEBUG_ESP_HWDT_NOEXTRA4K) || defined(DEBUG_ESP_HWDT)
extern "C" cont_t * ICACHE_RAM_ATTR get_noextra4k_g_pcont(void)
extern "C" cont_t * IRAM_ATTR get_noextra4k_g_pcont(void)
{
return &g_cont;
}
Expand Down

0 comments on commit 1a38147

Please sign in to comment.