aboutsummaryrefslogtreecommitdiffstats
path: root/os/kernel/src/chdebug.c
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-10-19 18:33:53 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-10-19 18:33:53 +0000
commit2c41c0d442aa3cea412fba318d4fe0a7cfd276d6 (patch)
tree8964b845b68492db3d2d6b75ae5c9811b0670a98 /os/kernel/src/chdebug.c
parent5cdca32dbb561d39ae00c7702cb4f3b176ff3f9b (diff)
downloadChibiOS-2c41c0d442aa3cea412fba318d4fe0a7cfd276d6.tar.gz
ChibiOS-2c41c0d442aa3cea412fba318d4fe0a7cfd276d6.tar.bz2
ChibiOS-2c41c0d442aa3cea412fba318d4fe0a7cfd276d6.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1241 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/kernel/src/chdebug.c')
-rw-r--r--os/kernel/src/chdebug.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/os/kernel/src/chdebug.c b/os/kernel/src/chdebug.c
index f5e6bef7a..3049e03e7 100644
--- a/os/kernel/src/chdebug.c
+++ b/os/kernel/src/chdebug.c
@@ -62,7 +62,8 @@ void chDbgTrace(Thread *otp, Thread *ntp) {
/**
* @brief Pointer to the panic message.
* @details This pointer is meant to be accessed through the debugger, it is
- * written once and then the system is halted.
+ * written once and then the system is halted. This variable can be
+ * set to @p NULL if the halt is caused by a stack overflow.
*/
char *panic_msg;