]> granicus.if.org Git - esp-idf/commitdiff
spi_flash: Fix Kconfig indentation
authorRoland Dobai <dobai.roland@gmail.com>
Tue, 11 Jun 2019 08:32:59 +0000 (10:32 +0200)
committerRoland Dobai <dobai.roland@gmail.com>
Thu, 13 Jun 2019 05:55:40 +0000 (07:55 +0200)
Closes https://github.com/espressif/esp-idf/issues/3598

components/spi_flash/Kconfig

index 42d38eceb41d9d8c4c59393059b79ce061bf71df..c2fcfaaeb210949306ae83e7520d1aff15364b2f 100644 (file)
@@ -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
-
-