mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 17:19:09 -04:00
change(mspi): remove s3 120mhz sdr warning
This commit is contained in:
parent
840d8a2aee
commit
30fda7f5c2
@ -209,8 +209,6 @@ static uint32_t select_best_tuning_config_dtr(spi_timing_config_t *config, uint3
|
||||
static uint32_t select_best_tuning_config_str(spi_timing_config_t *config, uint32_t consecutive_length, uint32_t end)
|
||||
{
|
||||
#if (SPI_TIMING_CORE_CLOCK_MHZ == 120 || SPI_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
|
||||
uint32_t best_point;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user