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/include | |
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/include')
-rw-r--r-- | os/hal/include/icu.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/os/hal/include/icu.h b/os/hal/include/icu.h index 007226616..f07d4a76e 100644 --- a/os/hal/include/icu.h +++ b/os/hal/include/icu.h @@ -93,11 +93,7 @@ typedef void (*icucallback_t)(ICUDriver *icup); } while (0)
/**
- * @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
*
|