aboutsummaryrefslogtreecommitdiffstats
path: root/ports/ARM7-LPC214x
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 /ports/ARM7-LPC214x
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 'ports/ARM7-LPC214x')
-rw-r--r--ports/ARM7-LPC214x/chcore.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/ports/ARM7-LPC214x/chcore.c b/ports/ARM7-LPC214x/chcore.c
index 858214ea3..dd65e87eb 100644
--- a/ports/ARM7-LPC214x/chcore.c
+++ b/ports/ARM7-LPC214x/chcore.c
@@ -54,9 +54,7 @@ void sys_wait_for_interrupt(void) {
}
/**
- * 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).
+ * Halts the system.
*/
__attribute__((weak))
void sys_halt(void) {