diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-01-21 11:32:31 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-01-21 11:32:31 +0000 |
commit | 22fe505a817d26c5b88dae4f602b658498a8a18e (patch) | |
tree | 116bcfab560251aaa9af8cd0d581e54470f63c1b /src/include/threads.h | |
parent | 12721da8ad78b13eff38169f59ebbc4db97bfd2b (diff) | |
download | ChibiOS-22fe505a817d26c5b88dae4f602b658498a8a18e.tar.gz ChibiOS-22fe505a817d26c5b88dae4f602b658498a8a18e.tar.bz2 ChibiOS-22fe505a817d26c5b88dae4f602b658498a8a18e.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@655 35acf78f-673a-0410-8e92-d51de3d6d3f4
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); |