Skip to content

Commit

Permalink
embassy-nrf: re-export OptionalPeripherals
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Nov 22, 2023
1 parent af35f9a commit 3839c7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion embassy-nrf/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ macro_rules! bind_interrupts {
pub use chip::pac;
#[cfg(not(feature = "unstable-pac"))]
pub(crate) use chip::pac;
pub use chip::{peripherals, Peripherals, EASY_DMA_SIZE};
pub use chip::{peripherals, OptionalPeripherals, Peripherals, EASY_DMA_SIZE};
pub use embassy_hal_internal::{into_ref, Peripheral, PeripheralRef};

pub use crate::chip::interrupt;
Expand Down

0 comments on commit 3839c7c

Please sign in to comment.