Remove default rcc impl

This commit is contained in:
Ulf Lilleengen 2021-06-14 20:24:51 +02:00
parent fd24677f84
commit 4b406dd107

View File

@ -60,11 +60,6 @@ cfg_if::cfg_if! {
} else if #[cfg(rcc_wb55)] {
mod wb55;
pub use wb55::*;
} else {
#[derive(Default)]
pub struct Config {}
pub unsafe fn init(_config: Config) {
}
}
}