From f5ae2552307f20f3fa3d987591fa60576981ce3d Mon Sep 17 00:00:00 2001 From: gdisirio Date: Tue, 29 Mar 2011 14:51:08 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2850 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/templates/icu_lld.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'os/hal/templates/icu_lld.h') diff --git a/os/hal/templates/icu_lld.h b/os/hal/templates/icu_lld.h index b0debb2b9..68ec93df6 100644 --- a/os/hal/templates/icu_lld.h +++ b/os/hal/templates/icu_lld.h @@ -104,6 +104,9 @@ struct ICUDriver { * @brief Current configuration data. */ const ICUConfig *config; +#if defined(ICU_DRIVER_EXT_FIELDS) + ICU_DRIVER_EXT_FIELDS +#endif /* End of the mandatory fields.*/ }; -- cgit v1.2.3