diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-03-29 14:51:08 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-03-29 14:51:08 +0000 |
commit | f5ae2552307f20f3fa3d987591fa60576981ce3d (patch) | |
tree | 609db5b82a44710a6ca5fff572c265669f2fffef /os/kernel/include/chdebug.h | |
parent | 94d34da7f123be71a592f1f883a17fd3389fc803 (diff) | |
download | ChibiOS-f5ae2552307f20f3fa3d987591fa60576981ce3d.tar.gz ChibiOS-f5ae2552307f20f3fa3d987591fa60576981ce3d.tar.bz2 ChibiOS-f5ae2552307f20f3fa3d987591fa60576981ce3d.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2850 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/kernel/include/chdebug.h')
-rw-r--r-- | os/kernel/include/chdebug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/kernel/include/chdebug.h b/os/kernel/include/chdebug.h index 5d6b455fe..471da5532 100644 --- a/os/kernel/include/chdebug.h +++ b/os/kernel/include/chdebug.h @@ -151,7 +151,7 @@ extern "C" { #endif
#if CH_DBG_ENABLE_TRACE || defined(__DOXYGEN__)
extern TraceBuffer trace_buffer;
- void trace_init(void);
+ void _trace_init(void);
void chDbgTrace(Thread *otp);
#endif
#if CH_DBG_ENABLE_ASSERTS || CH_DBG_ENABLE_CHECKS || CH_DBG_ENABLE_STACK_CHECK
|