diff options
| author | Matous Hybl <[email protected]> | 2022-03-27 19:29:29 +0200 |
|---|---|---|
| committer | Matous Hybl <[email protected]> | 2022-04-07 12:57:02 +0200 |
| commit | eb6910fa868a1af1a9d64ba1f5565eaaf437f7b9 (patch) | |
| tree | 479d1b17b4c944836bb9fd1b1a9f0a35bfab10c5 /embassy-nrf/src | |
| parent | fee0aef076718adcb2c654920712aa20786c94be (diff) | |
Reexport unborrow macro in HALs
Diffstat (limited to 'embassy-nrf/src')
| -rw-r--r-- | embassy-nrf/src/lib.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/embassy-nrf/src/lib.rs b/embassy-nrf/src/lib.rs index 06e8235e3..0004eb583 100644 --- a/embassy-nrf/src/lib.rs +++ b/embassy-nrf/src/lib.rs | |||
| @@ -115,6 +115,9 @@ pub use chip::pac; | |||
| 115 | #[cfg(not(feature = "unstable-pac"))] | 115 | #[cfg(not(feature = "unstable-pac"))] |
| 116 | pub(crate) use chip::pac; | 116 | pub(crate) use chip::pac; |
| 117 | 117 | ||
| 118 | pub use embassy::util::Unborrow; | ||
| 119 | pub use embassy_hal_common::unborrow; | ||
| 120 | |||
| 118 | pub use chip::{peripherals, Peripherals}; | 121 | pub use chip::{peripherals, Peripherals}; |
| 119 | 122 | ||
| 120 | pub mod interrupt { | 123 | pub mod interrupt { |
