aboutsummaryrefslogtreecommitdiffstats
path: root/os/kernel/include/threads.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/kernel/include/threads.h')
-rw-r--r--os/kernel/include/threads.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/os/kernel/include/threads.h b/os/kernel/include/threads.h
index ccafc3e96..edcf1f42a 100644
--- a/os/kernel/include/threads.h
+++ b/os/kernel/include/threads.h
@@ -179,13 +179,11 @@ extern "C" {
void chThdTerminate(Thread *tp);
void chThdSleep(systime_t time);
void chThdSleepUntil(systime_t time);
+ void chThdYield(void);
void chThdExit(msg_t msg);
#if CH_USE_WAITEXIT
msg_t chThdWait(Thread *tp);
#endif
-#if CH_USE_ROUNDROBIN
- void chThdYield(void);
-#endif
#ifdef __cplusplus
}
#endif