Browse Source

repalce tab with space in Kconfig file

sgf201 5 years ago
parent
commit
b3f1bf1309
1 changed files with 6 additions and 6 deletions
  1. 6 6
      bsp/stm32/stm32f103-atk-warshipv3/board/Kconfig

+ 6 - 6
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"