forked from espressif/esp-idf
fix(psram): fix wrong mpll freq
This commit is contained in:
@@ -54,9 +54,7 @@
|
||||
#define AP_HEX_PSRAM_CS_ECC_HOLD_TIME 4
|
||||
#define AP_HEX_PSRAM_CS_HOLD_DELAY 3
|
||||
|
||||
#if CONFIG_SPIRAM_SPEED_200M
|
||||
#define AP_HEX_PSRAM_MPLL_DEFAULT_FREQ_MHZ 500
|
||||
#elif CONFIG_SPIRAM_SPEED_80M
|
||||
#if CONFIG_SPIRAM_SPEED_80M
|
||||
#define AP_HEX_PSRAM_MPLL_DEFAULT_FREQ_MHZ 320
|
||||
#else
|
||||
#define AP_HEX_PSRAM_MPLL_DEFAULT_FREQ_MHZ 400
|
||||
|
Reference in New Issue
Block a user