aboutsummaryrefslogtreecommitdiffstats
path: root/src/include/debug.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-02-18 12:58:35 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-02-18 12:58:35 +0000
commit4c2be4a8e9211f53e3b460de2ad5e9d3e4be70c8 (patch)
treeff9d69f7b2528008d5410895cf979cf158e918fb /src/include/debug.h
parent6b6e5b95fb78af5f4c018c74b54b15a82b32d812 (diff)
downloadChibiOS-4c2be4a8e9211f53e3b460de2ad5e9d3e4be70c8.tar.gz
ChibiOS-4c2be4a8e9211f53e3b460de2ad5e9d3e4be70c8.tar.bz2
ChibiOS-4c2be4a8e9211f53e3b460de2ad5e9d3e4be70c8.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@781 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'src/include/debug.h')
-rw-r--r--src/include/debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/debug.h b/src/include/debug.h
index ac9034a8b..0526e58a7 100644
--- a/src/include/debug.h
+++ b/src/include/debug.h
@@ -86,6 +86,7 @@ extern "C" {
#endif
#if CH_DBG_ENABLE_TRACE
extern TraceBuffer trace_buffer;
+ void trace_init(void);
void chDbgTrace(Thread *otp, Thread *ntp);
#endif
#if CH_DBG_ENABLE_ASSERTS