We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b92193 commit fa3ae88Copy full SHA for fa3ae88
src/rcc.rs
@@ -639,8 +639,8 @@ impl CFGR {
639
return;
640
}
641
642
- /* We check if (pllm, plln, pllp) allow to obtain the requested Sysclk,
643
- so that we don't have to calculate them */
+ // We check if (pllm, plln, pllp) allow to obtain the requested Sysclk,
+ // so that we don't have to calculate them
644
let p_ok = (sysclk as u64)
645
== (base_clk as u64 * self.plln as u64
646
/ self.pllm as u64
0 commit comments