From dc1851bd5a043348483757d4473569a4138fb328 Mon Sep 17 00:00:00 2001 From: Fu Hanxi Date: Thu, 12 Sep 2024 12:00:42 +0200 Subject: [PATCH] docs: fix indentation error in s3 spi_flash kconfig --- components/spi_flash/esp32s3/Kconfig.flash_freq | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/components/spi_flash/esp32s3/Kconfig.flash_freq b/components/spi_flash/esp32s3/Kconfig.flash_freq index b4d149c7ed..83fbe73a7c 100644 --- a/components/spi_flash/esp32s3/Kconfig.flash_freq +++ b/components/spi_flash/esp32s3/Kconfig.flash_freq @@ -10,10 +10,11 @@ choice ESPTOOLPY_FLASHFREQ - Flash 120 MHz SDR mode is stable. - Flash 120 MHz DDR mode is an experimental feature, it works when the temperature is stable. - Risks: - If your chip powers on at a certain temperature, then after the temperature - increases or decreases by approximately 20 Celsius degrees (depending on the - chip), the program will crash randomly. + + Risks: + If your chip powers on at a certain temperature, then after the temperature + increases or decreases by approximately 20 Celsius degrees (depending on the + chip), the program will crash randomly. config ESPTOOLPY_FLASHFREQ_80M bool "80 MHz" config ESPTOOLPY_FLASHFREQ_40M