Skip to content

Commit

Permalink
Merge branch 'change/remove_s3_120_sdr_warning_v4.4' into 'release/v4.4'
Browse files Browse the repository at this point in the history
change(mspi): remove s3 120mhz sdr warning (v4.4)

See merge request espressif/esp-idf!26256
  • Loading branch information
suda-morris committed Oct 8, 2023
2 parents 182303a + cafc087 commit f94d517
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions components/spi_flash/spi_flash_timing_tuning.c
Expand Up @@ -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;

Expand Down

0 comments on commit f94d517

Please sign in to comment.