aboutsummaryrefslogtreecommitdiffstats
path: root/os/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'os/kernel')
-rw-r--r--os/kernel/include/debug.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/os/kernel/include/debug.h b/os/kernel/include/debug.h
index 000639782..b60171866 100644
--- a/os/kernel/include/debug.h
+++ b/os/kernel/include/debug.h
@@ -53,6 +53,7 @@
#define THREAD_FILL_VALUE 0xFF
#endif
+#if CH_DBG_ENABLE_TRACE || defined(__DOXYGEN__)
/**
* @brief Trace buffer record.
*/
@@ -77,6 +78,7 @@ typedef struct {
/** @brief Ring buffer.*/
CtxSwcEvent tb_buffer[TRACE_BUFFER_SIZE];
} TraceBuffer;
+#endif /* CH_DBG_ENABLE_TRACE */
#define __QUOTE_THIS(p) #p