diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-12-28 13:40:49 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-12-28 13:40:49 +0000 |
commit | 18dee1262ee4a0ad33dfc95683dda1dddc708877 (patch) | |
tree | faec4756e5995d5868ff77a92d3be5186c4a7a39 /src/chthreads.c | |
parent | 458a2834834986bc13171439b2f6889ad14044b8 (diff) | |
download | ChibiOS-18dee1262ee4a0ad33dfc95683dda1dddc708877.tar.gz ChibiOS-18dee1262ee4a0ad33dfc95683dda1dddc708877.tar.bz2 ChibiOS-18dee1262ee4a0ad33dfc95683dda1dddc708877.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@550 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'src/chthreads.c')
-rw-r--r-- | src/chthreads.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/chthreads.c b/src/chthreads.c index 14c507bb4..4b61fe964 100644 --- a/src/chthreads.c +++ b/src/chthreads.c @@ -48,9 +48,6 @@ Thread *init_thread(Thread *tp, tprio_t prio) { #ifdef CH_USE_EVENTS tp->p_epending = 0; #endif -#ifdef CH_USE_EXIT_EVENT - chEvtInit(&tp->p_exitesource); -#endif THREAD_EXT_INIT(tp); return tp; } |