From 051dd3958373c27c9ffeb06da004dca0023003b6 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Mon, 1 Sep 2014 08:27:52 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7224 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/src/icu.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'os/hal/src') diff --git a/os/hal/src/icu.c b/os/hal/src/icu.c index 298e1cb28..92f8a2f1e 100644 --- a/os/hal/src/icu.c +++ b/os/hal/src/icu.c @@ -133,11 +133,7 @@ void icuStartCapture(ICUDriver *icup) { } /** - * @brief Waits for the next cycle activation edge. - * @details The function waits for the next PWM input activation front then - * brings the driver in the @p ICU_ACTIVE state. - * @note If notifications are enabled then the transition to the - * @p ICU_ACTIVE state is done automatically on the first edge. + * @brief Waits for a completed capture. * * @param[in] icup pointer to the @p ICUDriver object * -- cgit v1.2.3