Explorar el Código

Merge branch 'bugfix/spiflash_kconfig_v3.3' into 'release/v3.3'

spi_flash: Fix Kconfig indentation (v3.3)

See merge request idf/esp-idf!5232
Angus Gratton hace 6 años
padre
commit
39f7d1ad0b
Se han modificado 1 ficheros con 6 adiciones y 8 borrados
  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
-
-