stm32/rcc: cleanup merge

This commit is contained in:
xoviat
2023-07-30 10:18:54 -05:00
parent 2f18770e27
commit a8a491212b
5 changed files with 14 additions and 8 deletions

View File

@ -1,6 +1,6 @@
pub use super::common::{AHBPrescaler, APBPrescaler, VoltageScale};
use crate::pac::pwr::vals::Dbp;
use crate::pac::{FLASH, FLASH, PWR, RCC, RCC};
use crate::pac::{FLASH, PWR, RCC};
use crate::rcc::{set_freqs, Clocks};
use crate::time::Hertz;