diff --git a/cpu/native/native_cpu.c b/cpu/native/native_cpu.c index 38a5c82fc8..73f5608266 100644 --- a/cpu/native/native_cpu.c +++ b/cpu/native/native_cpu.c @@ -225,7 +225,7 @@ void thread_yield_higher(void) irq_enable(); } else { - isr_thread_yield(); + sched_context_switch_request = 1; } }