diff options
Diffstat (limited to 'os/hal/include/icu.h')
-rw-r--r-- | os/hal/include/icu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/include/icu.h b/os/hal/include/icu.h index 0b85aa97b..007226616 100644 --- a/os/hal/include/icu.h +++ b/os/hal/include/icu.h @@ -93,7 +93,7 @@ typedef void (*icucallback_t)(ICUDriver *icup); } while (0)
/**
- * @brief Waits for the first cycle activation edge.
+ * @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
|