Update early system init function declaration

This commit is contained in:
me-no-dev 2024-10-01 12:34:44 +03:00
parent a5a5809eec
commit c980fdc996

View file

@ -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