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
There are a number of unwraps. In set_interrupt_handler it's a common pattern and the function is infallible, but configure_clock should instead return errors.
set_interrupt_handler
it's a common pattern and the function is infallible, butconfigure_clock
should instead return errors.panic!
s listed (just to revisit if we can improve here): https://github.com/search?q=repo%3Aesp-rs%2Fesp-hal++panic%21+path%3Aesp-hal%2Fsrc%2Fi2c%2Fmaster%2Fmod.rs&type=codeThe text was updated successfully, but these errors were encountered: