Skip to content

Commit fa3ae88

Browse files
authored
Formatting: Set PLLM, PLLN and PLLP
1 parent 4b92193 commit fa3ae88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/rcc.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -639,8 +639,8 @@ impl CFGR {
639639
return;
640640
}
641641

642-
/* We check if (pllm, plln, pllp) allow to obtain the requested Sysclk,
643-
so that we don't have to calculate them */
642+
// We check if (pllm, plln, pllp) allow to obtain the requested Sysclk,
643+
// so that we don't have to calculate them
644644
let p_ok = (sysclk as u64)
645645
== (base_clk as u64 * self.plln as u64
646646
/ self.pllm as u64

0 commit comments

Comments
 (0)