diff options
author | barthess <barthess@yandex.ru> | 2015-06-02 11:15:04 +0300 |
---|---|---|
committer | barthess <barthess@yandex.ru> | 2015-06-02 11:15:04 +0300 |
commit | 82973c099e05c7cd9a0529883d7f10201b01943d (patch) | |
tree | ca7c25f706e2e555f28ae85c893e546ebacf671d | |
parent | a6a7dec0da22f10ea1f814118072e1968ee191c0 (diff) | |
download | ChibiOS-Contrib-82973c099e05c7cd9a0529883d7f10201b01943d.tar.gz ChibiOS-Contrib-82973c099e05c7cd9a0529883d7f10201b01943d.tar.bz2 ChibiOS-Contrib-82973c099e05c7cd9a0529883d7f10201b01943d.zip |
Fixed copypaste error in comment
-rw-r--r-- | os/hal/ports/STM32/LLD/TIMv1/eicu_lld.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/ports/STM32/LLD/TIMv1/eicu_lld.c b/os/hal/ports/STM32/LLD/TIMv1/eicu_lld.c index ff62928..ce654c4 100644 --- a/os/hal/ports/STM32/LLD/TIMv1/eicu_lld.c +++ b/os/hal/ports/STM32/LLD/TIMv1/eicu_lld.c @@ -247,7 +247,7 @@ static eicucnt_t get_time_width(const EICUDriver *eicup, } /** - * @brief Returns both pulse period. + * @brief Returns pulse period. * @details The time is defined as number of ticks. * * @param[in] eicup Pointer to the EICUDriver object. |