mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-22 06:42:32 +00:00
No more systemclock
This commit is contained in:
parent
bfa999a2e0
commit
6eaf224fec
@ -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 New Issue
Block a user