Skip to content

Commit c980fdc

Browse files
committed
Update early system init function declaration
1 parent a5a5809 commit c980fdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/esp32/esp32-hal-misc.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ extern bool btInUse();
254254

255255
#if CONFIG_SPIRAM_SUPPORT || CONFIG_SPIRAM
256256
#ifndef CONFIG_SPIRAM_BOOT_INIT
257-
ESP_SYSTEM_INIT_FN(init_psram_new, BIT(0), 99) {
257+
ESP_SYSTEM_INIT_FN(init_psram_new, CORE, BIT(0), 99) {
258258
return psramInit() ? ESP_OK : ESP_FAIL;
259259
}
260260
#endif

0 commit comments

Comments
 (0)