aboutsummaryrefslogtreecommitdiff
path: root/embassy-nrf/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'embassy-nrf/src/lib.rs')
-rw-r--r--embassy-nrf/src/lib.rs2
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"))]
264pub(crate) use chip::pac; 264pub(crate) use chip::pac;
265pub use chip::{peripherals, Peripherals, EASY_DMA_SIZE}; 265pub use chip::{peripherals, Peripherals, EASY_DMA_SIZE};
266pub use embassy_hal_internal::{into_ref, Peripheral, PeripheralRef}; 266pub use embassy_hal_internal::{Peri, PeripheralType};
267 267
268pub use crate::chip::interrupt; 268pub use crate::chip::interrupt;
269#[cfg(feature = "rt")] 269#[cfg(feature = "rt")]