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
The new svd2rust code needs `critical-section` for implementing the
`Peripherals::take()` function. This means almost all uses of
`avr-device` will need it as well.
Rename the `critical-section-impl` feature to just `critical-section`
and make it a part of the crate's default features.
0 commit comments