Explorar o código

修复flexspi配置语法错误

xjy %!s(int64=2) %!d(string=hai) anos
pai
achega
fe0a57c322
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      bsp/imxrt/imxrt1170-nxp-evk/m7/board/Kconfig

+ 2 - 2
bsp/imxrt/imxrt1170-nxp-evk/m7/board/Kconfig

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