Skip to content

Commit abfcc6c

Browse files
authored
Formatting 2: Set PLLM, PLLN and PLLP
1 parent fa3ae88 commit abfcc6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rcc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ impl CFGR {
638638
self.use_pll = false;
639639
return;
640640
}
641-
641+
642642
// We check if (pllm, plln, pllp) allow to obtain the requested Sysclk,
643643
// so that we don't have to calculate them
644644
let p_ok = (sysclk as u64)

0 commit comments

Comments
 (0)