We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46ba6fd commit f2fec2eCopy full SHA for f2fec2e
embassy-nrf/src/ppi/mod.rs
@@ -379,9 +379,7 @@ impl_group!(PPI_GROUP1, 1);
379
impl_group!(PPI_GROUP2, 2);
380
#[cfg(not(feature = "_nrf54l"))]
381
impl_group!(PPI_GROUP3, 3);
382
-#[cfg(not(feature = "_nrf51"))]
383
-#[cfg(not(feature = "_nrf54l"))]
+#[cfg(not(any(feature = "_nrf51", feature = "_nrf54l")))]
384
impl_group!(PPI_GROUP4, 4);
385
386
387
impl_group!(PPI_GROUP5, 5);
0 commit comments