diff options
| author | Matthew Tran <[email protected]> | 2025-04-20 20:14:13 -0500 |
|---|---|---|
| committer | Matthew Tran <[email protected]> | 2025-04-20 20:23:26 -0500 |
| commit | f535acfca09b916554fa63550f9e12f18cbca25d (patch) | |
| tree | 4898f31f5ccbd67ee0be1f0e3647b2136b4c9990 /embassy-nrf/src/lib.rs | |
| parent | 9d62fba7d2e6b5d3bcb54770ffd031c1f3dafc84 (diff) | |
nrf53: add WDT support
Diffstat (limited to 'embassy-nrf/src/lib.rs')
| -rw-r--r-- | embassy-nrf/src/lib.rs | 1 |
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 | ))] |
| 170 | pub mod usb; | 170 | pub mod usb; |
| 171 | #[cfg(not(feature = "_nrf54l"))] // TODO | 171 | #[cfg(not(feature = "_nrf54l"))] // TODO |
| 172 | #[cfg(not(feature = "_nrf5340"))] | ||
| 173 | pub mod wdt; | 172 | pub 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 |
