aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/templates/icu_lld.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/templates/icu_lld.h')
-rw-r--r--os/hal/templates/icu_lld.h3
1 files changed, 3 insertions, 0 deletions
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.*/
};