aboutsummaryrefslogtreecommitdiffstats
path: root/demos/Posix-GCC/halconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'demos/Posix-GCC/halconf.h')
-rw-r--r--demos/Posix-GCC/halconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/Posix-GCC/halconf.h b/demos/Posix-GCC/halconf.h
index 8af25ee13..7c6d8a758 100644
--- a/demos/Posix-GCC/halconf.h
+++ b/demos/Posix-GCC/halconf.h
@@ -73,7 +73,7 @@
* @brief Enables the ICU subsystem.
*/
#if !defined(HAL_USE_ICU) || defined(__DOXYGEN__)
-#define HAL_USE_ICU TRUE
+#define HAL_USE_ICU FALSE
#endif
/**