You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Don't overwrite other bits when enabling a PWM timer
In practice the only bit we set is CR1.ARPE which enables
preloading/buffering of the timer auto reload value. Before this patch
we set the bit (`tim.enable_preload(true)`) but then immediately unset
the bit again when enabling PWM.
0 commit comments