diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-01-10 14:56:02 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-01-10 14:56:02 +0000 |
commit | ea60d55415892ca1a98c735d95c310637b835bf3 (patch) | |
tree | 115e04acb0ff10b1e67c244c7441ba8940bbba1a /src/chsys.c | |
parent | 078651da50beaf9058569513eb6b6d7ea88df02e (diff) | |
download | ChibiOS-ea60d55415892ca1a98c735d95c310637b835bf3.tar.gz ChibiOS-ea60d55415892ca1a98c735d95c310637b835bf3.tar.bz2 ChibiOS-ea60d55415892ca1a98c735d95c310637b835bf3.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@606 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'src/chsys.c')
-rw-r--r-- | src/chsys.c | 10 |
1 files changed, 0 insertions, 10 deletions
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. |