aboutsummaryrefslogtreecommitdiffstats
path: root/test/coverage/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/coverage/main.c')
-rw-r--r--test/coverage/main.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/coverage/main.c b/test/coverage/main.c
index 2f7613a22..b6f1ee696 100644
--- a/test/coverage/main.c
+++ b/test/coverage/main.c
@@ -34,6 +34,13 @@ int main(int argc, char *argv[]) {
(void)argc;
(void)argv;
+ /*
+ * System initializations.
+ * - HAL initialization, this also initializes the configured device drivers
+ * and performs the board-specific initializations.
+ * - Kernel initialization, the main() function becomes a thread and the
+ * RTOS is active.
+ */
halInit();
conInit();
chSysInit();