diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-08-31 17:32:29 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-08-31 17:32:29 +0000 |
commit | 5f454cad47e60e5562b092bb64aec334a375cdb9 (patch) | |
tree | 8b5e456b4c1fa38f778389b0d20a3f2b5d337f1a /os/hal/include | |
parent | 6c97d4f6fb4184c41f6283ce025a7030280a1802 (diff) | |
download | ChibiOS-5f454cad47e60e5562b092bb64aec334a375cdb9.tar.gz ChibiOS-5f454cad47e60e5562b092bb64aec334a375cdb9.tar.bz2 ChibiOS-5f454cad47e60e5562b092bb64aec334a375cdb9.zip |
Improved icuWaitCapture().
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7212 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/include')
-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
|