aboutsummaryrefslogtreecommitdiff
path: root/embassy-rp/src/lib.rs
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2025-03-26 16:01:37 +0100
committerDario Nieuwenhuis <[email protected]>2025-03-27 15:18:06 +0100
commitd41eeeae79388f219bf6a84e2f7bde9f6b532516 (patch)
tree678b6fc732216e529dc38e6f65b72a309917ac32 /embassy-rp/src/lib.rs
parent9edf5b7f049f95742b60b041e4443967d8a6b708 (diff)
Remove Peripheral trait, rename PeripheralRef->Peri.
Diffstat (limited to 'embassy-rp/src/lib.rs')
-rw-r--r--embassy-rp/src/lib.rs2
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;
54pub(crate) mod relocate; 54pub(crate) mod relocate;
55 55
56// Reexports 56// Reexports
57pub use embassy_hal_internal::{into_ref, Peripheral, PeripheralRef}; 57pub use embassy_hal_internal::{Peri, PeripheralType};
58#[cfg(feature = "unstable-pac")] 58#[cfg(feature = "unstable-pac")]
59pub use rp_pac as pac; 59pub use rp_pac as pac;
60#[cfg(not(feature = "unstable-pac"))] 60#[cfg(not(feature = "unstable-pac"))]