aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--embassy-stm32/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/embassy-stm32/src/lib.rs b/embassy-stm32/src/lib.rs
index 0cc6886d9..cccffd4fe 100644
--- a/embassy-stm32/src/lib.rs
+++ b/embassy-stm32/src/lib.rs
@@ -617,7 +617,6 @@ fn init_hw(config: Config) -> Peripherals {
617 }) 617 })
618} 618}
619 619
620
621/// Re-initialize the `embassy-stm32` clock configuration with the provided configuration. 620/// Re-initialize the `embassy-stm32` clock configuration with the provided configuration.
622/// 621///
623/// This is useful when you need to alter the CPU clock after configuring peripherals. 622/// This is useful when you need to alter the CPU clock after configuring peripherals.