Browse Source

修复flexspi配置语法错误

xjy 2 năm trước cách đây
mục cha
commit
fe0a57c322
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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