Skip to content

Commit b3f1bf1

Browse files
committed
repalce tab with space in Kconfig file
1 parent ea8bd60 commit b3f1bf1

File tree

1 file changed

+6
-6
lines changed
  • bsp/stm32/stm32f103-atk-warshipv3/board

1 file changed

+6
-6
lines changed

bsp/stm32/stm32f103-atk-warshipv3/board/Kconfig

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -180,12 +180,12 @@ menu "On-chip Peripheral Drivers"
180180
default n
181181
select RT_USING_CAN
182182
if BSP_USING_CAN
183-
config BSP_USING_CAN1
184-
bool "Enable CAN1"
185-
default n
186-
config BSP_USING_CAN2
187-
bool "Enable CAN2"
188-
default n
183+
config BSP_USING_CAN1
184+
bool "Enable CAN1"
185+
default n
186+
config BSP_USING_CAN2
187+
bool "Enable CAN2"
188+
default n
189189
endif
190190
config BSP_USING_ON_CHIP_FLASH
191191
bool "Enable on-chip FLASH"

0 commit comments

Comments
 (0)