Skip to content

Commit c3aa74f

Browse files
committed
fix(spiram): Fix OPI PSRAM init
1 parent c504728 commit c3aa74f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: cores/esp32/esp32-hal-misc.c

-2
Original file line numberDiff line numberDiff line change
@@ -253,13 +253,11 @@ extern bool btInUse();
253253
#endif
254254

255255
#if CONFIG_SPIRAM_SUPPORT || CONFIG_SPIRAM
256-
#ifndef CONFIG_SPIRAM_BOOT_INIT
257256
ESP_SYSTEM_INIT_FN(init_psram_new, CORE, BIT(0), 99) {
258257
psramInit();
259258
return ESP_OK;
260259
}
261260
#endif
262-
#endif
263261

264262
void initArduino() {
265263
//init proper ref tick value for PLL (uncomment if REF_TICK is different than 1MHz)

0 commit comments

Comments
 (0)