aboutsummaryrefslogtreecommitdiffstats
path: root/src/chinit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/chinit.c')
-rw-r--r--src/chinit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/chinit.c b/src/chinit.c
index 55a69b1fc..4a25567a8 100644
--- a/src/chinit.c
+++ b/src/chinit.c
@@ -47,6 +47,7 @@ static Thread idlethread;
void chSysInit(void) {
chSchInit();
+ chDbgInit();
#ifdef CH_USE_VIRTUAL_TIMERS
chVTInit();
#endif