From 9bde264f8b43f0d1b41cb660c8bc21f1fc387ea0 Mon Sep 17 00:00:00 2001 From: pcirillo Date: Sun, 24 Mar 2013 15:28:42 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5501 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/platforms/SPC5xx/eTimer_v1/icu_lld.c | 2 +- os/hal/platforms/SPC5xx/eTimer_v1/icu_lld.h | 26 +++++++++++++------------- 2 files changed, 14 insertions(+), 14 deletions(-) (limited to 'os/hal') 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__) -- cgit v1.2.3