From b7eba42be8e04a6a9cbade60d5ae0190fd34efae Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 10 Jan 2009 15:36:16 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@611 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- src/include/sys.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src') 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() -- cgit v1.2.3