kopia lustrzana https://github.com/espressif/esp-idf
spi_flash: Fix Kconfig indentation
Closes https://github.com/espressif/esp-idf/issues/3598pull/3627/head^2
rodzic
8cfa574ad6
commit
842384a0d3
|
@ -69,14 +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
|
||||
|
||||
endmenu
|
||||
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue