aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32
diff options
context:
space:
mode:
authorMichael Medin <[email protected]>2025-04-24 07:25:21 +0200
committerMichael Medin <[email protected]>2025-04-24 07:25:21 +0200
commitf67f11534f9617279b9ff83a693aad5f7ceb4d4f (patch)
treee3d10286cc06c15a0b165c04702e03a36e34e430 /embassy-stm32
parent8cf8fb324ce9063890d8912cccd02bc79fbffd1d (diff)
Fixed formatting
Diffstat (limited to 'embassy-stm32')
-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.