diff options
Diffstat (limited to 'src/include/threads.h')
-rw-r--r-- | src/include/threads.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/threads.h b/src/include/threads.h index 68f7f9bb9..5ca7dd0ce 100644 --- a/src/include/threads.h +++ b/src/include/threads.h @@ -183,7 +183,6 @@ extern "C" { #endif void chThdSetPriority(tprio_t newprio); Thread *chThdResume(Thread *tp); - void chThdSuspend(Thread **tpp); void chThdTerminate(Thread *tp); void chThdSleep(systime_t time); void chThdSleepUntil(systime_t time); |