From 4c2be4a8e9211f53e3b460de2ad5e9d3e4be70c8 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Wed, 18 Feb 2009 12:58:35 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@781 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- src/include/debug.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include/debug.h') 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 -- cgit v1.2.3