aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpcirillo <pcirillo@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-04-10 08:43:11 +0000
committerpcirillo <pcirillo@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-04-10 08:43:11 +0000
commit76b3f122ac0faac96d8b7a47254a497eebaecf17 (patch)
tree4be50a51e97536db1d002a35c10825f05286744d
parentf74d31327077238e61b31f4bf8d4cc41abf4ec1b (diff)
downloadChibiOS-76b3f122ac0faac96d8b7a47254a497eebaecf17.tar.gz
ChibiOS-76b3f122ac0faac96d8b7a47254a497eebaecf17.tar.bz2
ChibiOS-76b3f122ac0faac96d8b7a47254a497eebaecf17.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5579 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--os/hal/platforms/SPC5xx/eTimer_v1/icu_lld.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/SPC5xx/eTimer_v1/icu_lld.h b/os/hal/platforms/SPC5xx/eTimer_v1/icu_lld.h
index c5f969d8d..f8c4b13fd 100644
--- a/os/hal/platforms/SPC5xx/eTimer_v1/icu_lld.h
+++ b/os/hal/platforms/SPC5xx/eTimer_v1/icu_lld.h
@@ -451,7 +451,7 @@ typedef struct {
/**
* @brief Callback for timer overflow.
*/
- icucallback_t overflow_cb
+ icucallback_t overflow_cb;
/* End of the mandatory fields.*/
} ICUConfig;