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/chdebug.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/chdebug.c') diff --git a/src/chdebug.c b/src/chdebug.c index 63d5090ee..a3873cb60 100644 --- a/src/chdebug.c +++ b/src/chdebug.c @@ -40,6 +40,7 @@ void trace_init(void) { trace_buffer.tb_size = TRACE_BUFFER_SIZE; trace_buffer.tb_ptr = &trace_buffer.tb_buffer[0]; } + /** * @brief Inserts in the circular debug trace buffer a context switch record. * -- cgit v1.2.3