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
Depends on #531Resolves#530
This removes the last of the panic paths in the timers HAL by removing
unwraps and changing a few constructors to return a `Result` instead
(which introduces a breaking change). A new freq field was added to the
PWM struct since originally, we unwrapped in a PWM trait method which
does not return a `Result`. So, we just verify the clock config is valid
in the constructor and can use the cached freq in the trait methods.
0 commit comments