aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/src/hal.c
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/src/hal.c')
-rw-r--r--os/hal/src/hal.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/os/hal/src/hal.c b/os/hal/src/hal.c
index b64ba49af..864789858 100644
--- a/os/hal/src/hal.c
+++ b/os/hal/src/hal.c
@@ -56,3 +56,5 @@ void halInit(void) {
mmcInit();
#endif
}
+
+/** @} */