diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-12-28 11:17:09 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-12-28 11:17:09 +0000 |
commit | ca4419762eaab74d52e07e02defbaac42570fea3 (patch) | |
tree | ac42680243605cfca039cdc30f95c7416b03e05b /src/include/threads.h | |
parent | 3e9765e2069a9faedff2721a1abf46607cf1189d (diff) | |
download | ChibiOS-ca4419762eaab74d52e07e02defbaac42570fea3.tar.gz ChibiOS-ca4419762eaab74d52e07e02defbaac42570fea3.tar.bz2 ChibiOS-ca4419762eaab74d52e07e02defbaac42570fea3.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@546 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'src/include/threads.h')
-rw-r--r-- | src/include/threads.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/threads.h b/src/include/threads.h index 5b26a6535..b63636e63 100644 --- a/src/include/threads.h +++ b/src/include/threads.h @@ -183,8 +183,6 @@ extern "C" { Thread *chThdCreateFromMemoryPool(MemoryPool *mp, tprio_t prio, tfunc_t pf, void *arg); #endif - Thread *chThdCreate(tprio_t prio, tmode_t mode, void *workspace, - size_t wsize, tfunc_t pf, void *arg); void chThdSetPriority(tprio_t newprio); Thread *chThdResume(Thread *tp); void chThdSuspend(Thread **tpp); |