aboutsummaryrefslogtreecommitdiff
path: root/embassy-nrf/src
diff options
context:
space:
mode:
Diffstat (limited to 'embassy-nrf/src')
-rw-r--r--embassy-nrf/src/chips/nrf5340_net.rs3
-rw-r--r--embassy-nrf/src/lib.rs2
2 files changed, 4 insertions, 1 deletions
diff --git a/embassy-nrf/src/chips/nrf5340_net.rs b/embassy-nrf/src/chips/nrf5340_net.rs
index c2932be31..d4c3e5353 100644
--- a/embassy-nrf/src/chips/nrf5340_net.rs
+++ b/embassy-nrf/src/chips/nrf5340_net.rs
@@ -201,6 +201,9 @@ embassy_hal_internal::peripherals! {
201 201
202 // EGU 202 // EGU
203 EGU0, 203 EGU0,
204
205 // TEMP
206 TEMP,
204} 207}
205 208
206impl_ipc!(IPC, IPC, IPC); 209impl_ipc!(IPC, IPC, IPC);
diff --git a/embassy-nrf/src/lib.rs b/embassy-nrf/src/lib.rs
index 398bfed48..9d44ae7e6 100644
--- a/embassy-nrf/src/lib.rs
+++ b/embassy-nrf/src/lib.rs
@@ -149,7 +149,7 @@ pub mod spim;
149#[cfg(not(feature = "_nrf51"))] 149#[cfg(not(feature = "_nrf51"))]
150pub mod spis; 150pub mod spis;
151#[cfg(not(feature = "_nrf54l"))] // TODO 151#[cfg(not(feature = "_nrf54l"))] // TODO
152#[cfg(not(any(feature = "_nrf5340", feature = "_nrf91")))] 152#[cfg(not(any(feature = "_nrf5340-app", feature = "_nrf91")))]
153pub mod temp; 153pub mod temp;
154#[cfg(not(feature = "_nrf54l"))] // TODO 154#[cfg(not(feature = "_nrf54l"))] // TODO
155pub mod timer; 155pub mod timer;