diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-09-01 08:27:52 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-09-01 08:27:52 +0000 |
commit | 051dd3958373c27c9ffeb06da004dca0023003b6 (patch) | |
tree | 229af7fcf59f7a493d4c5a04fcef681c171683eb /os/hal/src | |
parent | 7d1b097edcd86c87e738069a64d41e8b0cf9fd4b (diff) | |
download | ChibiOS-051dd3958373c27c9ffeb06da004dca0023003b6.tar.gz ChibiOS-051dd3958373c27c9ffeb06da004dca0023003b6.tar.bz2 ChibiOS-051dd3958373c27c9ffeb06da004dca0023003b6.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7224 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/src')
-rw-r--r-- | os/hal/src/icu.c | 6 |
1 files changed, 1 insertions, 5 deletions
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
*
|