Fixed bug 3576776.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4759 35acf78f-673a-0410-8e92-d51de3d6d3f4
master
gdisirio 2012-10-13 11:05:55 +00:00
parent 5ababb428e
commit 9e120509c1
2 changed files with 5 additions and 0 deletions

View File

@ -88,7 +88,11 @@ ROMCONST chdebug_t ch_debug = {
#else #else
(uint8_t)0, (uint8_t)0,
#endif #endif
#if CH_DBG_THREADS_PROFILING
(uint8_t)_offsetof(Thread, p_time) (uint8_t)_offsetof(Thread, p_time)
#else
(uint8_t)0
#endif
}; };
/** /**

View File

@ -83,6 +83,7 @@
***************************************************************************** *****************************************************************************
*** 2.5.1 *** *** 2.5.1 ***
- FIX: Fixed compilation issue in chregistry.c (bug 3576776).
- FIX: Fixed compilation issue in syscalls.c (bug 3576771)(backported - FIX: Fixed compilation issue in syscalls.c (bug 3576771)(backported
to 2.4.3). to 2.4.3).
- FIX: Fixed Typos in STM32F0xx EXT driver (bug 3576193). - FIX: Fixed Typos in STM32F0xx EXT driver (bug 3576193).