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.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/embassy-rp/src/lib.rs b/embassy-rp/src/lib.rs
index 9e99b2fbb..1d63f6c2e 100644
--- a/embassy-rp/src/lib.rs
+++ b/embassy-rp/src/lib.rs
@@ -44,9 +44,9 @@ pub use embassy_cortex_m::executor;
44pub use embassy_cortex_m::interrupt::_export::interrupt; 44pub use embassy_cortex_m::interrupt::_export::interrupt;
45pub use embassy_hal_common::{into_ref, Peripheral, PeripheralRef}; 45pub use embassy_hal_common::{into_ref, Peripheral, PeripheralRef};
46#[cfg(feature = "unstable-pac")] 46#[cfg(feature = "unstable-pac")]
47pub use rp2040_pac2 as pac; 47pub use rp_pac as pac;
48#[cfg(not(feature = "unstable-pac"))] 48#[cfg(not(feature = "unstable-pac"))]
49pub(crate) use rp2040_pac2 as pac; 49pub(crate) use rp_pac as pac;
50 50
51embassy_hal_common::peripherals! { 51embassy_hal_common::peripherals! {
52 PIN_0, 52 PIN_0,