diff options
| author | Dion Dokter <[email protected]> | 2021-10-18 16:26:27 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2021-10-26 14:47:13 +0200 |
| commit | 531dfcffb3c203dff15dcb53fe25577c121c7784 (patch) | |
| tree | f26f944730acd3d1877b1f5aa4e98bc44c10e4ac | |
| parent | 11655af034538b463ff8220714e9b97cf53f8f56 (diff) | |
fmt
| -rw-r--r-- | embassy-nrf/src/interconnect/mod.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/embassy-nrf/src/interconnect/mod.rs b/embassy-nrf/src/interconnect/mod.rs index 23cc45270..8cb505bdc 100644 --- a/embassy-nrf/src/interconnect/mod.rs +++ b/embassy-nrf/src/interconnect/mod.rs | |||
| @@ -10,10 +10,10 @@ | |||
| 10 | //! | 10 | //! |
| 11 | //! On nRF52 devices, there is also a fork task endpoint, where the user can configure one more task | 11 | //! On nRF52 devices, there is also a fork task endpoint, where the user can configure one more task |
| 12 | //! to be triggered by the same event, even fixed PPI channels have a configurable fork task. | 12 | //! to be triggered by the same event, even fixed PPI channels have a configurable fork task. |
| 13 | //! | 13 | //! |
| 14 | //! The DPPI for nRF53 and nRF91 devices works in a different way. Every channel can support infinitely | 14 | //! The DPPI for nRF53 and nRF91 devices works in a different way. Every channel can support infinitely |
| 15 | //! many tasks and events, but any single task or event can only be coupled with one channel. | 15 | //! many tasks and events, but any single task or event can only be coupled with one channel. |
| 16 | //! | 16 | //! |
| 17 | 17 | ||
| 18 | use crate::{pac, peripherals}; | 18 | use crate::{pac, peripherals}; |
| 19 | use core::marker::PhantomData; | 19 | use core::marker::PhantomData; |
