From: Roland Dobai Date: Tue, 11 Jun 2019 08:32:59 +0000 (+0200) Subject: spi_flash: Fix Kconfig indentation X-Git-Tag: v3.3-rc~38^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=60b937b5caa3b6d6376d91bf3ad8a508d06dbd7d;p=esp-idf spi_flash: Fix Kconfig indentation Closes https://github.com/espressif/esp-idf/issues/3598 --- diff --git a/components/spi_flash/Kconfig b/components/spi_flash/Kconfig index 42d38eceb4..c2fcfaaeb2 100644 --- a/components/spi_flash/Kconfig +++ b/components/spi_flash/Kconfig @@ -69,12 +69,12 @@ menu "SPI Flash driver" ROM functions. These functions should not be called directly from IDF applications. - config SPI_FLASH_WRITING_DANGEROUS_REGIONS_ABORTS - bool "Aborts" - config SPI_FLASH_WRITING_DANGEROUS_REGIONS_FAILS - bool "Fails" - config SPI_FLASH_WRITING_DANGEROUS_REGIONS_ALLOWED - bool "Allowed" + config SPI_FLASH_WRITING_DANGEROUS_REGIONS_ABORTS + bool "Aborts" + config SPI_FLASH_WRITING_DANGEROUS_REGIONS_FAILS + bool "Fails" + config SPI_FLASH_WRITING_DANGEROUS_REGIONS_ALLOWED + bool "Allowed" endchoice config SPI_FLASH_YIELD_DURING_ERASE @@ -100,5 +100,3 @@ menu "SPI Flash driver" Defines how many ticks will be before returning to continue a erasing. endmenu - -