aboutsummaryrefslogtreecommitdiff
path: root/embassy-nrf/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'embassy-nrf/src/lib.rs')
-rw-r--r--embassy-nrf/src/lib.rs1
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 }