fix(spiram): Fix OPI PSRAM init
This commit is contained in:
parent
c5047286a1
commit
c3aa74f60a
1 changed files with 0 additions and 2 deletions
|
|
@ -253,13 +253,11 @@ extern bool btInUse();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if CONFIG_SPIRAM_SUPPORT || CONFIG_SPIRAM
|
#if CONFIG_SPIRAM_SUPPORT || CONFIG_SPIRAM
|
||||||
#ifndef CONFIG_SPIRAM_BOOT_INIT
|
|
||||||
ESP_SYSTEM_INIT_FN(init_psram_new, CORE, BIT(0), 99) {
|
ESP_SYSTEM_INIT_FN(init_psram_new, CORE, BIT(0), 99) {
|
||||||
psramInit();
|
psramInit();
|
||||||
return ESP_OK;
|
return ESP_OK;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
|
|
||||||
void initArduino() {
|
void initArduino() {
|
||||||
//init proper ref tick value for PLL (uncomment if REF_TICK is different than 1MHz)
|
//init proper ref tick value for PLL (uncomment if REF_TICK is different than 1MHz)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue