aboutsummaryrefslogtreecommitdiff
path: root/embassy-nrf/src/lib.rs
diff options
context:
space:
mode:
authorMatthew Tran <[email protected]>2025-04-20 20:14:13 -0500
committerMatthew Tran <[email protected]>2025-04-20 20:23:26 -0500
commitf535acfca09b916554fa63550f9e12f18cbca25d (patch)
tree4898f31f5ccbd67ee0be1f0e3647b2136b4c9990 /embassy-nrf/src/lib.rs
parent9d62fba7d2e6b5d3bcb54770ffd031c1f3dafc84 (diff)
nrf53: add WDT support
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 d2ff054f4..07ba2f6d4 100644
--- a/embassy-nrf/src/lib.rs
+++ b/embassy-nrf/src/lib.rs
@@ -169,7 +169,6 @@ pub mod uarte;
169))] 169))]
170pub mod usb; 170pub mod usb;
171#[cfg(not(feature = "_nrf54l"))] // TODO 171#[cfg(not(feature = "_nrf54l"))] // TODO
172#[cfg(not(feature = "_nrf5340"))]
173pub mod wdt; 172pub mod wdt;
174 173
175// This mod MUST go last, so that it sees all the `impl_foo!` macros 174// This mod MUST go last, so that it sees all the `impl_foo!` macros