Update early system init function declaration
This commit is contained in:
parent
a5a5809eec
commit
c980fdc996
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue