forked from espressif/esp-idf
spi_flash: Fix Kconfig indentation
Closes https://github.com/espressif/esp-idf/issues/3598
This commit is contained in:
@@ -69,14 +69,12 @@ menu "SPI Flash driver"
|
|||||||
ROM functions. These functions should not be called directly from IDF
|
ROM functions. These functions should not be called directly from IDF
|
||||||
applications.
|
applications.
|
||||||
|
|
||||||
config SPI_FLASH_WRITING_DANGEROUS_REGIONS_ABORTS
|
config SPI_FLASH_WRITING_DANGEROUS_REGIONS_ABORTS
|
||||||
bool "Aborts"
|
bool "Aborts"
|
||||||
config SPI_FLASH_WRITING_DANGEROUS_REGIONS_FAILS
|
config SPI_FLASH_WRITING_DANGEROUS_REGIONS_FAILS
|
||||||
bool "Fails"
|
bool "Fails"
|
||||||
config SPI_FLASH_WRITING_DANGEROUS_REGIONS_ALLOWED
|
config SPI_FLASH_WRITING_DANGEROUS_REGIONS_ALLOWED
|
||||||
bool "Allowed"
|
bool "Allowed"
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user