Skip to content

Commit

Permalink
rcc: typo: clarify that we're setting the selected clock.
Browse files Browse the repository at this point in the history
It may or may not be the PLL clock.

Signed-off-by: Karl Palsson <[email protected]>
  • Loading branch information
karlp authored and KirmTwinty committed Dec 6, 2024
1 parent abfa76a commit c03ddef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rcc/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ impl Rcc {
})
});

// Configure SYSCLK mux to use PLL clock
// Configure SYSCLK mux to use selected clock
self.rb
.cfgr
.modify(|_r, w| unsafe { w.sw().bits(sysclk_bits) });
Expand Down

0 comments on commit c03ddef

Please sign in to comment.