修复flexspi配置语法错误

This commit is contained in:
xjy 2022-11-08 13:45:04 +08:00 committed by Man, Jianting (Meco)
parent 493c333869
commit fe0a57c322
1 changed files with 2 additions and 2 deletions

View File

@ -120,10 +120,10 @@ menu "On-chip Peripheral Drivers"
default n
if BSP_USING_FLEXSPI
config BSP_USING_FLEXSPI1
bool "Enable FLEXCAN1"
bool "Enable FLEXSPI1"
default n
config BSP_USING_FLEXSPI2
bool "Enable FLEXCAN2"
bool "Enable FLEXSPI2"
default n
endif
endmenu