aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32/icu_lld.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-09-24 10:34:03 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-09-24 10:34:03 +0000
commitda02a90b8cbe29a6304e7af0c1396c0274a4a9ce (patch)
treef55ff4decb5b7b5e1f00c10baebd558164e30402 /os/hal/platforms/STM32/icu_lld.h
parentf4d189fe8e498de3b6d8e6b7057f39c759891bbe (diff)
downloadChibiOS-da02a90b8cbe29a6304e7af0c1396c0274a4a9ce.tar.gz
ChibiOS-da02a90b8cbe29a6304e7af0c1396c0274a4a9ce.tar.bz2
ChibiOS-da02a90b8cbe29a6304e7af0c1396c0274a4a9ce.zip
Fixed bug 3413558.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3396 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32/icu_lld.h')
-rw-r--r--os/hal/platforms/STM32/icu_lld.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/os/hal/platforms/STM32/icu_lld.h b/os/hal/platforms/STM32/icu_lld.h
index e7321e794..4c440b868 100644
--- a/os/hal/platforms/STM32/icu_lld.h
+++ b/os/hal/platforms/STM32/icu_lld.h
@@ -234,6 +234,10 @@ struct ICUDriver {
#endif
/* End of the mandatory fields.*/
/**
+ * @brief Timer base clock.
+ */
+ uint32_t clock;
+ /**
* @brief Pointer to the TIMx registers block.
*/
TIM_TypeDef *tim;