aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/src/hal_community.c
diff options
context:
space:
mode:
authorUladzimir Pylinski <barthess@yandex.ru>2016-02-18 20:51:06 +0300
committerUladzimir Pylinski <barthess@yandex.ru>2016-02-18 20:51:06 +0300
commitb634bd9beef41b5b141b994efa4ac3d55505d0c4 (patch)
tree38550a82a8a6a27ef1c6846ccf2594074e82dd2e /os/hal/src/hal_community.c
parentd56a6f02425c6b7780953dc99fb5d0966165ec59 (diff)
parent499335cd61ae6daadf828b2ab2b3f8b40c0f7c03 (diff)
downloadChibiOS-Contrib-b634bd9beef41b5b141b994efa4ac3d55505d0c4.tar.gz
ChibiOS-Contrib-b634bd9beef41b5b141b994efa4ac3d55505d0c4.tar.bz2
ChibiOS-Contrib-b634bd9beef41b5b141b994efa4ac3d55505d0c4.zip
Merge pull request #43 from fpoussin/timcap-pull
TIMCAP Driver Merged pull request #43 from fpoussin/timcap-pull. Original driver: https://github.com/dsigma/ChibiOS/tree/master/demos/ARMCM4-STM32F407-WAVESHARE-OPEN-407I-C-TIM_CAP/timcap
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 */