From ea60d55415892ca1a98c735d95c310637b835bf3 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 10 Jan 2009 14:56:02 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@606 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- src/chsys.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/chsys.c') diff --git a/src/chsys.c b/src/chsys.c index 21fbe1048..347b75da3 100644 --- a/src/chsys.c +++ b/src/chsys.c @@ -94,16 +94,6 @@ void chSysTimerHandlerI(void) { chVTDoTickI(); } -/** - * Abonormal system termination handler. Invoked by the ChibiOS/RT when an - * abnormal unrecoverable condition is met. - */ -void chSysHalt(void) { - - chSysDisable(); - sys_halt(); -} - #if !defined(CH_OPTIMIZE_SPEED) /** * Enters the ChibiOS/RT system mutual exclusion zone. -- cgit v1.2.3