Fixed a missing field.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_2.4.x@4955 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
gdisirio 2012-12-23 10:14:46 +00:00
parent 2ab425acf9
commit 094870d164
1 changed files with 1 additions and 5 deletions

View File

@ -90,11 +90,7 @@ ROMCONST chdebug_t ch_debug = {
#else #else
(uint8_t)0, (uint8_t)0,
#endif #endif
#if CH_TIME_QUANTUM > 0 (uint8_t)0, /* Not used in 2.4.x.*/
(uint8_t)_offsetof(Thread, p_preempt),
#else
(uint8_t)0,
#endif
#if CH_DBG_THREADS_PROFILING #if CH_DBG_THREADS_PROFILING
(uint8_t)_offsetof(Thread, p_time) (uint8_t)_offsetof(Thread, p_time)
#else #else