瀏覽代碼

Update Kconfig

下里巴人 7 月之前
父節點
當前提交
54dc92820c
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      bsp/nxp/mcx/mcxa/frdm-mcxa153/board/Kconfig

+ 4 - 4
bsp/nxp/mcx/mcxa/frdm-mcxa153/board/Kconfig

@@ -125,18 +125,18 @@ menu "On-chip Peripheral Drivers"
         config BSP_USING_PWM
             bool "Enable PWM"
             select RT_USING_PWM
-            default N
+            default n
 
             if BSP_USING_PWM
                 config BSP_USING_PWM0
                     bool "Enable eFlex PWM0"
-                    default N
+                    default n
 		config BSP_USING_PWM1
                     bool "Enable eFlex PWM1"
-                    default N
+                    default n
 		config BSP_USING_PWM2
                     bool "Enable eFlex PWM2"
-                    default N
+                    default n
             endif
 endmenu