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

@ -7,6 +7,9 @@ pub use rp2040_pac2 as pac;
#[cfg(not(feature = "unstable-pac"))]
pub(crate) use rp2040_pac2 as pac;
pub use embassy::util::Unborrow;
pub use embassy_hal_common::unborrow;
// This mod MUST go first, so that the others see its macros.
pub(crate) mod fmt;