aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-01-10 15:36:16 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-01-10 15:36:16 +0000
commitb7eba42be8e04a6a9cbade60d5ae0190fd34efae (patch)
tree24b26e38f31568bb4fea7a9f5d1a8fcecf1d3d0b /src
parent23626829b9463237559b0283bbb5327331b9e280 (diff)
downloadChibiOS-b7eba42be8e04a6a9cbade60d5ae0190fd34efae.tar.gz
ChibiOS-b7eba42be8e04a6a9cbade60d5ae0190fd34efae.tar.bz2
ChibiOS-b7eba42be8e04a6a9cbade60d5ae0190fd34efae.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@611 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'src')
-rw-r--r--src/include/sys.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/sys.h b/src/include/sys.h
index cf7cf78a4..25cdbed6a 100644
--- a/src/include/sys.h
+++ b/src/include/sys.h
@@ -32,8 +32,9 @@
#define chSysPuts(msg) sys_puts(msg)
/**
- * Abonormal system termination handler. Invoked by the ChibiOS/RT when an
- * abnormal unrecoverable condition is met.
+ * Halts the system. This function is invoked by the operating system when an
+ * unrecoverable error is detected (as example because a programming error in
+ * the application code that triggers an assertion while in debug mode).
*/
#define chSysHalt() sys_halt()