Fix indentation issue in Kconfig.

This commit is contained in:
Bernard Xiong 2019-04-07 11:41:52 +08:00 committed by GitHub
parent 1d152b18eb
commit ff70bf5fe5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,7 @@ menu "Onboard Peripheral Drivers"
select SX12XX_DEVICE_EXTERN_CONFIG
select BSP_USING_SPI1
if BSP_USING_LORA
if SX12XX_DEVICE_EXTERN_CONFIG
if SX12XX_DEVICE_EXTERN_CONFIG
config SX12XX_SPI_DEVICE
string "SPI device name"
default "spi10"
@ -76,7 +76,7 @@ menu "Onboard Peripheral Drivers"
int "DO5 PIN number"
default 108
endif
endif
endif
endmenu