aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/src/hal_community.c
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/src/hal_community.c')
-rw-r--r--os/hal/src/hal_community.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/os/hal/src/hal_community.c b/os/hal/src/hal_community.c
index a05e70f..237386b 100644
--- a/os/hal/src/hal_community.c
+++ b/os/hal/src/hal_community.c
@@ -68,6 +68,10 @@ void halCommunityInit(void) {
#if HAL_USE_USBH || defined(__DOXYGEN__)
usbhInit();
#endif
+
+#if HAL_USE_TIMCAP || defined(__DOXYGEN__)
+ timcapInit();
+#endif
}
#endif /* HAL_USE_COMMUNITY */