mirror of
https://github.com/apache/nuttx.git
synced 2026-05-13 10:38:40 +08:00
c4d8bbd190
PWM drivers use channel numbers 0 and -1 to skip the channel and/or all following channels. This situation is well established in the drivers however it was not mentioned in pwm.h file. This commit adds a comment mentioning it. Signed-off-by: Michal Lenc <michallenc@seznam.cz>