From 43aa123e65ac76ee1abe0e63a459610c1f687664 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sun, 25 Sep 2016 06:37:59 +0000 Subject: Improved chSysHalt(). git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9795 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/nil/src/ch.c | 1 + 1 file changed, 1 insertion(+) (limited to 'os/nil/src') diff --git a/os/nil/src/ch.c b/os/nil/src/ch.c index 2a57b5401..562259913 100644 --- a/os/nil/src/ch.c +++ b/os/nil/src/ch.c @@ -298,6 +298,7 @@ void chSysHalt(const char *reason) { (void)reason; #endif + /* Halt hook code, usually empty.*/ CH_CFG_SYSTEM_HALT_HOOK(reason); /* Harmless infinite loop.*/ -- cgit v1.2.3