From 63e5257a06939373f148b7f899727bfc473f081b Mon Sep 17 00:00:00 2001 From: Willian Chan Date: Wed, 28 Aug 2019 16:48:43 +0800 Subject: [PATCH] [bsp][stm32][stm32l475-atk-pandora]Fix the indentation issue. Signed-off-by: Willian Chan --- bsp/stm32/stm32l475-atk-pandora/board/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsp/stm32/stm32l475-atk-pandora/board/Kconfig b/bsp/stm32/stm32l475-atk-pandora/board/Kconfig index 1a7e5fe8fd..6504535cae 100644 --- a/bsp/stm32/stm32l475-atk-pandora/board/Kconfig +++ b/bsp/stm32/stm32l475-atk-pandora/board/Kconfig @@ -22,7 +22,7 @@ menu "Onboard Peripheral Drivers" config BSP_USING_SPI_LCD bool "Enable LCD (spi3)" - select BSP_USING_SPI + select BSP_USING_SPI select BSP_USING_SPI3 default n -- GitLab