mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-16 14:32:45 +01:00
d3e0b78f7c
In the `pwm_set` function, the switch-on and switch-off times for PWM channels were only determined for the following phase, but not for the current phase. This could result in a missing duty cycle when calling the function `pwm_set` if the switch-on time of the current phase was not yet reached or to an extended duty cycle if the switch-off time of the current phase had not yet been reached. |
||
---|---|---|
.. | ||
adc.c | ||
cpuid.c | ||
flash.c | ||
gpio.c | ||
hwrng.c | ||
i2c.c | ||
Makefile | ||
pm.c | ||
pwm.c | ||
rtc.c | ||
spi.c | ||
timer.c | ||
uart.c |