diff options
Diffstat (limited to 'embassy-nrf/src/lib.rs')
| -rw-r--r-- | embassy-nrf/src/lib.rs | 6 |
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"))] |
| 78 | pub(crate) use chip::pac; | 78 | pub(crate) use chip::pac; |
| 79 | 79 | ||
| 80 | pub use chip::{peripherals, Peripherals}; | ||
| 81 | |||
| 82 | #[cfg(not(feature = "nrf9160"))] | ||
| 83 | use crate::pac::CLOCK; | 80 | use crate::pac::CLOCK; |
| 84 | #[cfg(feature = "nrf9160")] | 81 | pub use chip::{peripherals, Peripherals}; |
| 85 | use crate::pac::CLOCK_NS as CLOCK; | ||
| 86 | 82 | ||
| 87 | pub mod interrupt { | 83 | pub mod interrupt { |
| 88 | pub use crate::chip::irqs::*; | 84 | pub use crate::chip::irqs::*; |
