No more systemclock

This commit is contained in:
Ulf Lilleengen 2021-05-26 21:46:57 +02:00
parent bfa999a2e0
commit 6eaf224fec

View File

@ -8,7 +8,7 @@ cfg_if::cfg_if! {
} else {
#[derive(Default)]
pub struct Config {}
pub unsafe fn init(_config: Config) -> SystemClock {
pub unsafe fn init(_config: Config) {
}
}
}