소스 검색

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