aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/include/icu.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/include/icu.h')
-rw-r--r--os/hal/include/icu.h6
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
*