aboutsummaryrefslogtreecommitdiffstats
path: root/src/chsys.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/chsys.c')
-rw-r--r--src/chsys.c10
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.