From 531dfcffb3c203dff15dcb53fe25577c121c7784 Mon Sep 17 00:00:00 2001 From: Dion Dokter Date: Mon, 18 Oct 2021 16:26:27 +0200 Subject: [PATCH] fmt --- embassy-nrf/src/interconnect/mod.rs | 4 ++-- 1 file 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 @@ //! //! 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;