forked from espressif/esp-idf
change(mspi): remove s3 120mhz sdr warning
This commit is contained in:
@ -308,8 +308,6 @@ static uint32_t select_best_tuning_config_dtr(mspi_timing_config_t *config, uint
|
|||||||
static uint32_t select_best_tuning_config_str(mspi_timing_config_t *config, uint32_t consecutive_length, uint32_t end)
|
static uint32_t select_best_tuning_config_str(mspi_timing_config_t *config, uint32_t consecutive_length, uint32_t end)
|
||||||
{
|
{
|
||||||
#if (MSPI_TIMING_CORE_CLOCK_MHZ == 120 || MSPI_TIMING_CORE_CLOCK_MHZ == 240)
|
#if (MSPI_TIMING_CORE_CLOCK_MHZ == 120 || MSPI_TIMING_CORE_CLOCK_MHZ == 240)
|
||||||
ESP_EARLY_LOGW("FLASH/PSRAM", "DO NOT USE FOR MASS PRODUCTION! Timing parameters may be updated in future IDF version.");
|
|
||||||
|
|
||||||
//STR best point scheme
|
//STR best point scheme
|
||||||
uint32_t best_point;
|
uint32_t best_point;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user