diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-08-15 08:25:33 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-08-15 08:25:33 +0000 |
commit | 6c2ed791b1f10a67624dd53848e6e0da6a464ceb (patch) | |
tree | 7f2c0852da2fcb5716d555cda3adedf5b948f9f3 /os/hal | |
parent | 9568ccf9d193dc60cf3f07b18cab9079e5fcbb18 (diff) | |
download | ChibiOS-6c2ed791b1f10a67624dd53848e6e0da6a464ceb.tar.gz ChibiOS-6c2ed791b1f10a67624dd53848e6e0da6a464ceb.tar.bz2 ChibiOS-6c2ed791b1f10a67624dd53848e6e0da6a464ceb.zip |
Small documentation error.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6152 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal')
-rw-r--r-- | os/hal/platforms/STM32/TIMv1/gpt_lld.h | 2 | ||||
-rw-r--r-- | os/hal/platforms/STM32/TIMv1/icu_lld.h | 2 | ||||
-rw-r--r-- | os/hal/platforms/STM32/TIMv1/pwm_lld.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/os/hal/platforms/STM32/TIMv1/gpt_lld.h b/os/hal/platforms/STM32/TIMv1/gpt_lld.h index daec6a8a1..56dc04f6b 100644 --- a/os/hal/platforms/STM32/TIMv1/gpt_lld.h +++ b/os/hal/platforms/STM32/TIMv1/gpt_lld.h @@ -387,7 +387,7 @@ typedef struct { gptcallback_t callback;
/* End of the mandatory fields.*/
/**
- * @brief TIM CR2 register initialization data.
+ * @brief TIM DIER register initialization data.
* @note The value of this field should normally be equal to zero.
* @note Only the DMA-related bits can be specified in this field.
*/
diff --git a/os/hal/platforms/STM32/TIMv1/icu_lld.h b/os/hal/platforms/STM32/TIMv1/icu_lld.h index ddf727715..6c2c1b93f 100644 --- a/os/hal/platforms/STM32/TIMv1/icu_lld.h +++ b/os/hal/platforms/STM32/TIMv1/icu_lld.h @@ -292,7 +292,7 @@ typedef struct { */
icuchannel_t channel;
/**
- * @brief TIM CR2 register initialization data.
+ * @brief TIM DIER register initialization data.
* @note The value of this field should normally be equal to zero.
* @note Only the DMA-related bits can be specified in this field.
*/
diff --git a/os/hal/platforms/STM32/TIMv1/pwm_lld.h b/os/hal/platforms/STM32/TIMv1/pwm_lld.h index 687cbf7be..5b7bfa84e 100644 --- a/os/hal/platforms/STM32/TIMv1/pwm_lld.h +++ b/os/hal/platforms/STM32/TIMv1/pwm_lld.h @@ -354,7 +354,7 @@ typedef struct { uint32_t bdtr;
#endif
/**
- * @brief TIM CR2 register initialization data.
+ * @brief TIM DIER register initialization data.
* @note The value of this field should normally be equal to zero.
* @note Only the DMA-related bits can be specified in this field.
*/
|