aboutsummaryrefslogtreecommitdiff
path: root/embassy-nrf/src/lib.rs
diff options
context:
space:
mode:
authornerwalt <[email protected]>2025-08-12 09:56:50 -0600
committernerwalt <[email protected]>2025-08-12 09:56:50 -0600
commit985cdba7b3763346da78890f10a7330e56b3d19b (patch)
tree3292eb04fd3342dff8e207390a7384ed24ea1f42 /embassy-nrf/src/lib.rs
parent7672229ffe00189fd2258020f933fab6146889cb (diff)
Enable temp support on the nrf54l15
Alphabetize ther peripherals in the pac
Diffstat (limited to 'embassy-nrf/src/lib.rs')
-rw-r--r--embassy-nrf/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/embassy-nrf/src/lib.rs b/embassy-nrf/src/lib.rs
index 9c1211f0a..2b72debeb 100644
--- a/embassy-nrf/src/lib.rs
+++ b/embassy-nrf/src/lib.rs
@@ -152,7 +152,6 @@ pub mod spim;
152#[cfg(not(feature = "_nrf54l"))] // TODO 152#[cfg(not(feature = "_nrf54l"))] // TODO
153#[cfg(not(feature = "_nrf51"))] 153#[cfg(not(feature = "_nrf51"))]
154pub mod spis; 154pub mod spis;
155#[cfg(not(feature = "_nrf54l"))] // TODO
156#[cfg(not(any(feature = "_nrf5340-app", feature = "_nrf91")))] 155#[cfg(not(any(feature = "_nrf5340-app", feature = "_nrf91")))]
157pub mod temp; 156pub mod temp;
158#[cfg(not(feature = "_nrf54l"))] // TODO 157#[cfg(not(feature = "_nrf54l"))] // TODO