rp: clock setup

This commit is contained in:
Dario Nieuwenhuis
2021-06-25 03:38:03 +02:00
parent e1880a19df
commit 5a6384d199
11 changed files with 210 additions and 190 deletions

View File

@ -1,7 +1,7 @@
use core::marker::PhantomData;
use crate::pac;
use crate::pac::generic::{Reg, RW};
use crate::pac::common::{Reg, RW};
use crate::pac::SIO;
use crate::peripherals;