aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32/icu_lld.h
diff options
context:
space:
mode:
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;
};