-
由 Alexandre Belloni 提交于
pwm-leds calls .config() and .disable() in a row. This exhibits that it may happen that the channel gets disabled before CDTY has been updated with CUPD. The issue gets quite worse with long periods. So, ensure that at least one period has past before disabling the channel by polling ISR. Signed-off-by: NAlexandre Belloni <alexandre.belloni@free-electrons.com> Acked-by: NNicolas Ferre <nicolas.ferre@atmel.com> Tested-by: NGaël PORTAY <gael.portay@gmail.com> Signed-off-by: NThierry Reding <thierry.reding@gmail.com>
472ac3dc