We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 473b851 commit ea50cf6Copy full SHA for ea50cf6
cores/esp32/esp32-hal-misc.c
@@ -251,13 +251,11 @@ extern bool btInUse();
251
#endif
252
253
#if CONFIG_SPIRAM_SUPPORT || CONFIG_SPIRAM
254
-#ifndef CONFIG_SPIRAM_BOOT_INIT
255
ESP_SYSTEM_INIT_FN(init_psram_new, BIT(0), 99) {
256
psramInit();
257
return ESP_OK;
258
}
259
260
-#endif
261
262
void initArduino() {
263
//init proper ref tick value for PLL (uncomment if REF_TICK is different than 1MHz)
0 commit comments