aboutsummaryrefslogtreecommitdiff
path: root/embassy-nrf/src/ppi/mod.rs
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2024-01-24 20:19:34 +0100
committerUlf Lilleengen <[email protected]>2024-01-24 21:23:54 +0100
commitdb0f4a0b91cc89aef58a6345743fb51ffe1be3a4 (patch)
treeee5c17d87b7d7ab20c853dcfa89512bffdecd9e4 /embassy-nrf/src/ppi/mod.rs
parent85d7779668ce14abbde4cd8fb1ea9395df529206 (diff)
cleanup
Diffstat (limited to 'embassy-nrf/src/ppi/mod.rs')
-rw-r--r--embassy-nrf/src/ppi/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-nrf/src/ppi/mod.rs b/embassy-nrf/src/ppi/mod.rs
index 5b4a64388..f5764b8b7 100644
--- a/embassy-nrf/src/ppi/mod.rs
+++ b/embassy-nrf/src/ppi/mod.rs
@@ -284,6 +284,7 @@ impl ConfigurableChannel for AnyConfigurableChannel {
284 } 284 }
285} 285}
286 286
287#[cfg(not(feature = "nrf51"))]
287macro_rules! impl_ppi_channel { 288macro_rules! impl_ppi_channel {
288 ($type:ident, $number:expr) => { 289 ($type:ident, $number:expr) => {
289 impl crate::ppi::sealed::Channel for peripherals::$type {} 290 impl crate::ppi::sealed::Channel for peripherals::$type {}