Skip to content

Commit

Permalink
Update early system init function declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
me-no-dev committed Oct 1, 2024
1 parent a5a5809 commit c980fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cores/esp32/esp32-hal-misc.c
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ extern bool btInUse();

#if CONFIG_SPIRAM_SUPPORT || CONFIG_SPIRAM
#ifndef CONFIG_SPIRAM_BOOT_INIT
ESP_SYSTEM_INIT_FN(init_psram_new, BIT(0), 99) {
ESP_SYSTEM_INIT_FN(init_psram_new, CORE, BIT(0), 99) {
return psramInit() ? ESP_OK : ESP_FAIL;
}
#endif
Expand Down

0 comments on commit c980fdc

Please sign in to comment.