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
In the timer trait, the CountDown and Cancel traits share an error definition, but try_wait and try_cancel return different types, which is not ideal for implementation. Discovered in stm32-rs/stm32f4xx-hal#172. I'm not sure of the correct change but, any change would be breaking so a decision on this blocks #177.