aboutsummaryrefslogtreecommitdiffstats
path: root/os
diff options
context:
space:
mode:
authorpcirillo <pcirillo@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-03-24 15:28:42 +0000
committerpcirillo <pcirillo@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-03-24 15:28:42 +0000
commit9bde264f8b43f0d1b41cb660c8bc21f1fc387ea0 (patch)
treef7d7f8a8ea47a47ff4eb6831b03706235d979b28 /os
parent9831a1ec8ffdb0d9c4dbe35ecd9b5a69b898bde0 (diff)
downloadChibiOS-9bde264f8b43f0d1b41cb660c8bc21f1fc387ea0.tar.gz
ChibiOS-9bde264f8b43f0d1b41cb660c8bc21f1fc387ea0.tar.bz2
ChibiOS-9bde264f8b43f0d1b41cb660c8bc21f1fc387ea0.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5501 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os')
-rw-r--r--os/hal/platforms/SPC5xx/eTimer_v1/icu_lld.c2
-rw-r--r--os/hal/platforms/SPC5xx/eTimer_v1/icu_lld.h26
2 files changed, 14 insertions, 14 deletions
diff --git a/os/hal/platforms/SPC5xx/eTimer_v1/icu_lld.c b/os/hal/platforms/SPC5xx/eTimer_v1/icu_lld.c
index 43acfbf4b..0d65b67ce 100644
--- a/os/hal/platforms/SPC5xx/eTimer_v1/icu_lld.c
+++ b/os/hal/platforms/SPC5xx/eTimer_v1/icu_lld.c
@@ -14,7 +14,7 @@
/**
* @file eTimer_v1/icu_lld.c
- * @brief SPC5xx low level ICU driver header.
+ * @brief SPC5xx low level ICU driver code.
*
* @addtogroup ICU
* @{
diff --git a/os/hal/platforms/SPC5xx/eTimer_v1/icu_lld.h b/os/hal/platforms/SPC5xx/eTimer_v1/icu_lld.h
index 5bcc243c8..d61f8354e 100644
--- a/os/hal/platforms/SPC5xx/eTimer_v1/icu_lld.h
+++ b/os/hal/platforms/SPC5xx/eTimer_v1/icu_lld.h
@@ -13,7 +13,7 @@
*/
/**
- * @file eTimer_v1/icu_lld.c
+ * @file eTimer_v1/icu_lld.h
* @brief SPC5xx low level ICU driver header.
*
* @addtogroup ICU
@@ -89,8 +89,8 @@
*/
#if SPC5_HAS_ETIMER0
/**
- * @brief ICUD0 driver enable switch.
- * @details If set to @p TRUE the support for ICUD0 is included.
+ * @brief ICUD1 driver enable switch.
+ * @details If set to @p TRUE the support for ICUD1 is included.
* @note The default is @p TRUE.
*/
#if !defined(SPC5_ICU_USE_SMOD0) || defined(__DOXYGEN__)
@@ -98,8 +98,8 @@
#endif
/**
- * @brief ICUD1 driver enable switch.
- * @details If set to @p TRUE the support for ICUD1 is included.
+ * @brief ICUD2 driver enable switch.
+ * @details If set to @p TRUE the support for ICUD2 is included.
* @note The default is @p TRUE.
*/
#if !defined(SPC5_ICU_USE_SMOD1) || defined(__DOXYGEN__)
@@ -107,8 +107,8 @@
#endif
/**
- * @brief ICUD2 driver enable switch.
- * @details If set to @p TRUE the support for ICUD2 is included.
+ * @brief ICUD3 driver enable switch.
+ * @details If set to @p TRUE the support for ICUD3 is included.
* @note The default is @p TRUE.
*/
#if !defined(SPC5_ICU_USE_SMOD2) || defined(__DOXYGEN__)
@@ -116,8 +116,8 @@
#endif
/**
- * @brief ICUD3 driver enable switch.
- * @details If set to @p TRUE the support for ICUD3 is included.
+ * @brief ICUD4 driver enable switch.
+ * @details If set to @p TRUE the support for ICUD4 is included.
* @note The default is @p TRUE.
*/
#if !defined(SPC5_ICU_USE_SMOD3) || defined(__DOXYGEN__)
@@ -125,8 +125,8 @@
#endif
/**
- * @brief ICUD4 driver enable switch.
- * @details If set to @p TRUE the support for ICUD4 is included.
+ * @brief ICUD5 driver enable switch.
+ * @details If set to @p TRUE the support for ICUD5 is included.
* @note The default is @p TRUE.
*/
#if !defined(SPC5_ICU_USE_SMOD4) || defined(__DOXYGEN__)
@@ -134,8 +134,8 @@
#endif
/**
- * @brief ICUD5 driver enable switch.
- * @details If set to @p TRUE the support for ICUD5 is included.
+ * @brief ICUD6 driver enable switch.
+ * @details If set to @p TRUE the support for ICUD6 is included.
* @note The default is @p TRUE.
*/
#if !defined(SPC5_ICU_USE_SMOD5) || defined(__DOXYGEN__)