diff options
| author | Ulf Lilleengen <[email protected]> | 2025-11-04 13:29:04 +0100 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2025-11-04 13:29:04 +0100 |
| commit | f2c1da56eb9690c9fa3edcd73d430e669fa7baa7 (patch) | |
| tree | fa6a86a8fc8e9ba83f63c69bd9bb8672322955f6 /embassy-nrf/src/lib.rs | |
| parent | a863db9fbae05d154e78d5d19db4dde786285d13 (diff) | |
fix: warnings
Diffstat (limited to 'embassy-nrf/src/lib.rs')
| -rw-r--r-- | embassy-nrf/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-nrf/src/lib.rs b/embassy-nrf/src/lib.rs index bc386e820..69ca4e0a1 100644 --- a/embassy-nrf/src/lib.rs +++ b/embassy-nrf/src/lib.rs | |||
| @@ -563,6 +563,7 @@ pub mod config { | |||
| 563 | pub time_interrupt_priority: crate::interrupt::Priority, | 563 | pub time_interrupt_priority: crate::interrupt::Priority, |
| 564 | /// Enable or disable the debug port. | 564 | /// Enable or disable the debug port. |
| 565 | pub debug: Debug, | 565 | pub debug: Debug, |
| 566 | /// Clock speed configuration. | ||
| 566 | #[cfg(feature = "_nrf54l")] | 567 | #[cfg(feature = "_nrf54l")] |
| 567 | pub clock_speed: ClockSpeed, | 568 | pub clock_speed: ClockSpeed, |
| 568 | } | 569 | } |
