aboutsummaryrefslogtreecommitdiff
path: root/embassy-rp/src/lib.rs
diff options
context:
space:
mode:
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"))]