diff options
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
*
|