Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1a38147

Browse files
authored
Updated HWDT one missed ICACHE_RAM_ATTR (#8018)
1 parentbc816c6 commit1a38147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎cores/esp8266/core_esp8266_app_entry_noextra4k.cpp‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ extern "C" void call_user_start();
2828
staticcont_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_ATTRget_noextra4k_g_pcont(void)
31+
extern"C"cont_t *IRAM_ATTRget_noextra4k_g_pcont(void)
3232
{
3333
return &g_cont;
3434
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp