From b3f1bf13096c1fc17f3d88b0fb682e09f24ea5cb Mon Sep 17 00:00:00 2001 From: sgf201 Date: Thu, 9 Jul 2020 15:46:45 +0800 Subject: [PATCH] repalce tab with space in Kconfig file --- bsp/stm32/stm32f103-atk-warshipv3/board/Kconfig | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bsp/stm32/stm32f103-atk-warshipv3/board/Kconfig b/bsp/stm32/stm32f103-atk-warshipv3/board/Kconfig index ad78a28a77..c424c79d0a 100644 --- a/bsp/stm32/stm32f103-atk-warshipv3/board/Kconfig +++ b/bsp/stm32/stm32f103-atk-warshipv3/board/Kconfig @@ -180,12 +180,12 @@ menu "On-chip Peripheral Drivers" default n select RT_USING_CAN if BSP_USING_CAN - config BSP_USING_CAN1 - bool "Enable CAN1" - default n - config BSP_USING_CAN2 - bool "Enable CAN2" - default n + config BSP_USING_CAN1 + bool "Enable CAN1" + default n + config BSP_USING_CAN2 + bool "Enable CAN2" + default n endif config BSP_USING_ON_CHIP_FLASH bool "Enable on-chip FLASH"