git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3243 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
2a494cb534
commit
4e35a12a2a
|
@ -80,9 +80,6 @@ Thread *_thread_init(Thread *tp, tprio_t prio) {
|
|||
#if CH_USE_EVENTS
|
||||
tp->p_epending = 0;
|
||||
#endif
|
||||
#if CH_USE_NESTED_LOCKS
|
||||
tp->p_locks = 0;
|
||||
#endif
|
||||
#if CH_DBG_THREADS_PROFILING
|
||||
tp->p_time = 0;
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue