We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5b185da + cf524b4 commit 84fca56Copy full SHA for 84fca56
components/esp_psram/device/esp_psram_impl_ap_hex.c
@@ -54,9 +54,7 @@
54
#define AP_HEX_PSRAM_CS_ECC_HOLD_TIME 4
55
#define AP_HEX_PSRAM_CS_HOLD_DELAY 3
56
57
-#if CONFIG_SPIRAM_SPEED_200M
58
-#define AP_HEX_PSRAM_MPLL_DEFAULT_FREQ_MHZ 500
59
-#elif CONFIG_SPIRAM_SPEED_80M
+#if CONFIG_SPIRAM_SPEED_80M
60
#define AP_HEX_PSRAM_MPLL_DEFAULT_FREQ_MHZ 320
61
#else
62
#define AP_HEX_PSRAM_MPLL_DEFAULT_FREQ_MHZ 400
0 commit comments