From 76b3f122ac0faac96d8b7a47254a497eebaecf17 Mon Sep 17 00:00:00 2001 From: pcirillo Date: Wed, 10 Apr 2013 08:43:11 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5579 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/platforms/SPC5xx/eTimer_v1/icu_lld.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/hal') 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; -- cgit v1.2.3