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.rs6
1 files changed, 1 insertions, 5 deletions
diff --git a/embassy-nrf/src/lib.rs b/embassy-nrf/src/lib.rs
index 2ee04708d..00c719a17 100644
--- a/embassy-nrf/src/lib.rs
+++ b/embassy-nrf/src/lib.rs
@@ -77,12 +77,8 @@ pub use chip::pac;
77#[cfg(not(feature = "unstable-pac"))] 77#[cfg(not(feature = "unstable-pac"))]
78pub(crate) use chip::pac; 78pub(crate) use chip::pac;
79 79
80pub use chip::{peripherals, Peripherals};
81
82#[cfg(not(feature = "nrf9160"))]
83use crate::pac::CLOCK; 80use crate::pac::CLOCK;
84#[cfg(feature = "nrf9160")] 81pub use chip::{peripherals, Peripherals};
85use crate::pac::CLOCK_NS as CLOCK;
86 82
87pub mod interrupt { 83pub mod interrupt {
88 pub use crate::chip::irqs::*; 84 pub use crate::chip::irqs::*;