diff options
Diffstat (limited to 'os/hal')
-rw-r--r-- | os/hal/platforms/SPC5xx/eTimer_v1/icu_lld.h | 2 |
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;
|