Skip to content

Commit c753966

Browse files
committed
fixup! make built-in scheduler use the Scheduler trait
1 parent 436c2a7 commit c753966

File tree

1 file changed

+1
-1
lines changed
  • esp-wifi/src/preempt_builtin/timer

1 file changed

+1
-1
lines changed

esp-wifi/src/preempt_builtin/timer/riscv.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use crate::{
1111
riscv,
1212
time::Rate,
1313
},
14-
preempt::task_switch,
14+
preempt_builtin::task_switch,
1515
TimeBase,
1616
};
1717

0 commit comments

Comments
 (0)