Remove test implementation of schedule_wake

This commit is contained in:
Dániel Buga 2024-12-16 20:17:43 +01:00
parent c90d048ecb
commit c3c571e01e
No known key found for this signature in database

View File

@ -150,7 +150,3 @@ fn executor_task_cfg_args() {
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) {}