More fixes

This commit is contained in:
Dario Nieuwenhuis
2021-05-31 03:21:44 +02:00
parent f4700e072d
commit d24b67512f
6 changed files with 14 additions and 16 deletions

View File

@ -1,5 +1,5 @@
use crate::pac;
use crate::pac::peripherals::{self, RCC};
use crate::peripherals::{self, RCC};
use crate::rcc::{set_freqs, Clocks};
use crate::time::Hertz;
use crate::time::U32Ext;