git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5579 35acf78f-673a-0410-8e92-d51de3d6d3f4

master
pcirillo 2013-04-10 08:43:11 +00:00
parent f74d313270
commit 76b3f122ac
1 changed files with 1 additions and 1 deletions

View File

@ -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;