Reexport unborrow macro in HALs

This commit is contained in:
Matous Hybl
2022-03-27 19:29:29 +02:00
parent fee0aef076
commit eb6910fa86
5 changed files with 10 additions and 2 deletions

View File

@ -115,6 +115,9 @@ pub use chip::pac;
#[cfg(not(feature = "unstable-pac"))]
pub(crate) use chip::pac;
pub use embassy::util::Unborrow;
pub use embassy_hal_common::unborrow;
pub use chip::{peripherals, Peripherals};
pub mod interrupt {