No more systemclock
This commit is contained in:
parent
bfa999a2e0
commit
6eaf224fec
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue