Remove test implementation of schedule_wake
This commit is contained in:
parent
c90d048ecb
commit
c3c571e01e
@ -150,7 +150,3 @@ fn executor_task_cfg_args() {
|
|||||||
let (_, _, _) = (a, b, c);
|
let (_, _, _) = (a, b, c);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// We need this for the test to compile, even though we don't want to use timers at the moment.
|
|
||||||
#[no_mangle]
|
|
||||||
fn _embassy_time_schedule_wake(_at: u64, _waker: &core::task::Waker) {}
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user