Merged in andreasBihlmaier/nuttx/feature-more_pwm_channels (pull request #254)
increase number of supported PWM channels from 4 to 6 Approved-by: Gregory Nutt
This commit is contained in:
commit
5fb61d5f73
@ -313,7 +313,7 @@ if PWM_MULTICHAN
|
||||
config PWM_NCHANNELS
|
||||
int "Number of Output Channels Per Timer"
|
||||
default 1
|
||||
range 1 4
|
||||
range 1 6
|
||||
---help---
|
||||
Specifies the number of output channels per timer. Each timer
|
||||
may support fewer output channels than this value.
|
||||
|
Loading…
Reference in New Issue
Block a user