aboutsummaryrefslogtreecommitdiffstats
path: root/os/kernel/templates/chconf.h
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/templates/chconf.h
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/templates/chconf.h')
-rw-r--r--os/kernel/templates/chconf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/os/kernel/templates/chconf.h b/os/kernel/templates/chconf.h
index 31c3c7a50..41dddd5d4 100644
--- a/os/kernel/templates/chconf.h
+++ b/os/kernel/templates/chconf.h
@@ -377,6 +377,8 @@
* @note The default is @p FALSE.
* @note The stack check is performed in a architecture/port dependent way. It
* may not be implemented or some ports.
+ * @note The default failure mode is to halt the system with the global
+ * @p panic_msg variable set to @p NULL.
*/
#if !defined(CH_DBG_ENABLE_STACK_CHECK) || defined(__DOXYGEN__)
#define CH_DBG_ENABLE_STACK_CHECK FALSE