aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/SPC5xx
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-04-08 11:34:36 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-04-08 11:34:36 +0000
commitf2e40f1ace6b9539187bd0e2a98a50e0d863e87b (patch)
treea0d14df3c7148e01ac5a1f6b654b6915a6202233 /os/hal/platforms/SPC5xx
parented0b21265f982914ea71cc7d03963b8d21c92d66 (diff)
downloadChibiOS-f2e40f1ace6b9539187bd0e2a98a50e0d863e87b.tar.gz
ChibiOS-f2e40f1ace6b9539187bd0e2a98a50e0d863e87b.tar.bz2
ChibiOS-f2e40f1ace6b9539187bd0e2a98a50e0d863e87b.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5572 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/SPC5xx')
-rw-r--r--os/hal/platforms/SPC5xx/eTimer_v1/icu_lld.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/os/hal/platforms/SPC5xx/eTimer_v1/icu_lld.h b/os/hal/platforms/SPC5xx/eTimer_v1/icu_lld.h
index 407173e58..8024d16a2 100644
--- a/os/hal/platforms/SPC5xx/eTimer_v1/icu_lld.h
+++ b/os/hal/platforms/SPC5xx/eTimer_v1/icu_lld.h
@@ -395,7 +395,7 @@
typedef enum {
ICU_INPUT_ACTIVE_HIGH = 0, /**< Trigger on rising edge. */
ICU_INPUT_ACTIVE_LOW = 1, /**< Trigger on falling edge. */
-}icumode_t;
+} icumode_t;
/**
* @brief ICU frequency type.
@@ -412,7 +412,7 @@ typedef enum {
ICU_CHANNEL_4 = 3, /**< Use SMODxCH4. */
ICU_CHANNEL_5 = 4, /**< Use SMODxCH5. */
ICU_CHANNEL_6 = 5, /**< Use SMODxCH6. */
-}icuchannel_t;
+} icuchannel_t;
/**
* @brief ICU counter type.
@@ -451,7 +451,7 @@ typedef struct {
*/
icuchannel_t channel;
/* End of the mandatory fields.*/
-}ICUConfig;
+} ICUConfig;
/**
* @brief Structure representing an ICU driver.