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-rp/src/lib.rs | |
| parent | 9edf5b7f049f95742b60b041e4443967d8a6b708 (diff) | |
Remove Peripheral trait, rename PeripheralRef->Peri.
Diffstat (limited to 'embassy-rp/src/lib.rs')
| -rw-r--r-- | embassy-rp/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-rp/src/lib.rs b/embassy-rp/src/lib.rs index de60af890..35099d07b 100644 --- a/embassy-rp/src/lib.rs +++ b/embassy-rp/src/lib.rs | |||
| @@ -54,7 +54,7 @@ pub mod pio; | |||
| 54 | pub(crate) mod relocate; | 54 | pub(crate) mod relocate; |
| 55 | 55 | ||
| 56 | // Reexports | 56 | // Reexports |
| 57 | pub use embassy_hal_internal::{into_ref, Peripheral, PeripheralRef}; | 57 | pub use embassy_hal_internal::{Peri, PeripheralType}; |
| 58 | #[cfg(feature = "unstable-pac")] | 58 | #[cfg(feature = "unstable-pac")] |
| 59 | pub use rp_pac as pac; | 59 | pub use rp_pac as pac; |
| 60 | #[cfg(not(feature = "unstable-pac"))] | 60 | #[cfg(not(feature = "unstable-pac"))] |
