mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-09-30 13:50:37 +00:00
🤦
This commit is contained in:
parent
7dbae799dc
commit
2dfd66b7c4
@ -210,7 +210,7 @@ pub(crate) unsafe fn init(config: Config) {
|
||||
});
|
||||
|
||||
#[cfg(stm32f3)]
|
||||
let pll_mul_2 = pll.map(|pll| pll * 2u32 );
|
||||
let pll_mul_2 = pll.map(|pll| pll * 2u32);
|
||||
|
||||
#[cfg(any(rcc_f1, rcc_f1cl, stm32f3))]
|
||||
let usb = match pll {
|
||||
|
Loading…
x
Reference in New Issue
Block a user