repalce tab with space in Kconfig file

This commit is contained in:
sgf201 2020-07-09 15:46:45 +08:00
parent ea8bd605e3
commit b3f1bf1309
1 changed files with 6 additions and 6 deletions

View File

@ -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"