diff options
| author | Dario Nieuwenhuis <[email protected]> | 2025-03-26 16:01:37 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2025-03-27 15:18:06 +0100 |
| commit | d41eeeae79388f219bf6a84e2f7bde9f6b532516 (patch) | |
| tree | 678b6fc732216e529dc38e6f65b72a309917ac32 /embassy-nrf/src/lib.rs | |
| parent | 9edf5b7f049f95742b60b041e4443967d8a6b708 (diff) | |
Remove Peripheral trait, rename PeripheralRef->Peri.
Diffstat (limited to 'embassy-nrf/src/lib.rs')
| -rw-r--r-- | embassy-nrf/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-nrf/src/lib.rs b/embassy-nrf/src/lib.rs index 5cd0efa58..d2ff054f4 100644 --- a/embassy-nrf/src/lib.rs +++ b/embassy-nrf/src/lib.rs | |||
| @@ -263,7 +263,7 @@ pub use chip::pac; | |||
| 263 | #[cfg(not(feature = "unstable-pac"))] | 263 | #[cfg(not(feature = "unstable-pac"))] |
| 264 | pub(crate) use chip::pac; | 264 | pub(crate) use chip::pac; |
| 265 | pub use chip::{peripherals, Peripherals, EASY_DMA_SIZE}; | 265 | pub use chip::{peripherals, Peripherals, EASY_DMA_SIZE}; |
| 266 | pub use embassy_hal_internal::{into_ref, Peripheral, PeripheralRef}; | 266 | pub use embassy_hal_internal::{Peri, PeripheralType}; |
| 267 | 267 | ||
| 268 | pub use crate::chip::interrupt; | 268 | pub use crate::chip::interrupt; |
| 269 | #[cfg(feature = "rt")] | 269 | #[cfg(feature = "rt")] |
