Sfoglia il codice sorgente

spi_flash: Fix Kconfig indentation

Closes https://github.com/espressif/esp-idf/issues/3598
Roland Dobai 6 anni fa
parent
commit
60b937b5ca
1 ha cambiato i file con 6 aggiunte e 8 eliminazioni
  1. 6 8
      components/spi_flash/Kconfig

+ 6 - 8
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
-
-