Formatting.

This commit is contained in:
Bob McWhirter
2021-08-04 11:35:18 -04:00
parent 03f15d3a60
commit 0787c8f8f5
4 changed files with 10 additions and 10 deletions

View File

@ -163,6 +163,6 @@ fn config() -> Config {
fn rcc_config() -> rcc::Config {
let mut config = rcc::Config::default();
config.sys_ck = Some(400.mhz().into());
config.pll1.q_ck = Some( 100.mhz().into() );
config.pll1.q_ck = Some(100.mhz().into());
config
}
}