We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4809044 commit 54dc928Copy full SHA for 54dc928
bsp/nxp/mcx/mcxa/frdm-mcxa153/board/Kconfig
@@ -125,18 +125,18 @@ menu "On-chip Peripheral Drivers"
125
config BSP_USING_PWM
126
bool "Enable PWM"
127
select RT_USING_PWM
128
- default N
+ default n
129
130
if BSP_USING_PWM
131
config BSP_USING_PWM0
132
bool "Enable eFlex PWM0"
133
134
config BSP_USING_PWM1
135
bool "Enable eFlex PWM1"
136
137
config BSP_USING_PWM2
138
bool "Enable eFlex PWM2"
139
140
endif
141
endmenu
142
0 commit comments