aboutsummaryrefslogtreecommitdiffstats
path: root/demos/ARM7-AT91SAM7S-FATFS-GCC/halconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'demos/ARM7-AT91SAM7S-FATFS-GCC/halconf.h')
-rw-r--r--demos/ARM7-AT91SAM7S-FATFS-GCC/halconf.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/demos/ARM7-AT91SAM7S-FATFS-GCC/halconf.h b/demos/ARM7-AT91SAM7S-FATFS-GCC/halconf.h
index c48f97693..9f6a7ef60 100644
--- a/demos/ARM7-AT91SAM7S-FATFS-GCC/halconf.h
+++ b/demos/ARM7-AT91SAM7S-FATFS-GCC/halconf.h
@@ -70,6 +70,13 @@
#endif
/**
+ * @brief Enables the ICU subsystem.
+ */
+#if !defined(HAL_USE_ICU) || defined(__DOXYGEN__)
+#define HAL_USE_ICU TRUE
+#endif
+
+/**
* @brief Enables the MAC subsystem.
*/
#if !defined(HAL_USE_MAC) || defined(__DOXYGEN__)