aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32/icu_lld.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-09-09 07:19:41 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-09-09 07:19:41 +0000
commit2bbff3550ae8da2da5b83fcbd551a000192767b0 (patch)
treefb28e3155f4bfde74337259c4bd2b192bb9bdfee /os/hal/platforms/STM32/icu_lld.h
parent7c88d27c820914b06b831ebb2dfba43cf93840ff (diff)
downloadChibiOS-2bbff3550ae8da2da5b83fcbd551a000192767b0.tar.gz
ChibiOS-2bbff3550ae8da2da5b83fcbd551a000192767b0.tar.bz2
ChibiOS-2bbff3550ae8da2da5b83fcbd551a000192767b0.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4642 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, 2 insertions, 2 deletions
diff --git a/os/hal/platforms/STM32/icu_lld.h b/os/hal/platforms/STM32/icu_lld.h
index faa592ede..6469037aa 100644
--- a/os/hal/platforms/STM32/icu_lld.h
+++ b/os/hal/platforms/STM32/icu_lld.h
@@ -294,11 +294,11 @@ struct ICUDriver {
*/
stm32_tim_t *tim;
/**
- * @bried CCR register used for width capture.
+ * @brief CCR register used for width capture.
*/
volatile uint32_t *wccrp;
/**
- * @bried CCR register used for period capture.
+ * @brief CCR register used for period capture.
*/
volatile uint32_t *pccrp;
};