diff options
Diffstat (limited to 'os/nil/src/ch.c')
-rw-r--r-- | os/nil/src/ch.c | 1 |
1 files changed, 1 insertions, 0 deletions
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.*/
|