mirror of
https://github.com/apache/nuttx.git
synced 2026-06-02 17:48:54 +08:00
increase number of supported PWM channels from 4 to 6
This commit is contained in:
+1
-1
@@ -313,7 +313,7 @@ if PWM_MULTICHAN
|
|||||||
config PWM_NCHANNELS
|
config PWM_NCHANNELS
|
||||||
int "Number of Output Channels Per Timer"
|
int "Number of Output Channels Per Timer"
|
||||||
default 1
|
default 1
|
||||||
range 1 4
|
range 1 6
|
||||||
---help---
|
---help---
|
||||||
Specifies the number of output channels per timer. Each timer
|
Specifies the number of output channels per timer. Each timer
|
||||||
may support fewer output channels than this value.
|
may support fewer output channels than this value.
|
||||||
|
|||||||
Reference in New Issue
Block a user