diff --git a/embassy-nrf/src/interconnect/mod.rs b/embassy-nrf/src/interconnect/mod.rs index 23cc4527..8cb505bd 100644 --- a/embassy-nrf/src/interconnect/mod.rs +++ b/embassy-nrf/src/interconnect/mod.rs @@ -10,10 +10,10 @@ //! //! On nRF52 devices, there is also a fork task endpoint, where the user can configure one more task //! to be triggered by the same event, even fixed PPI channels have a configurable fork task. -//! +//! //! The DPPI for nRF53 and nRF91 devices works in a different way. Every channel can support infinitely //! many tasks and events, but any single task or event can only be coupled with one channel. -//! +//! use crate::{pac, peripherals}; use core::marker::PhantomData;