aboutsummaryrefslogtreecommitdiffstats
path: root/demos/PPC-SPC563-GCC/halconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'demos/PPC-SPC563-GCC/halconf.h')
-rw-r--r--demos/PPC-SPC563-GCC/halconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/PPC-SPC563-GCC/halconf.h b/demos/PPC-SPC563-GCC/halconf.h
index a4924c834..13ccb9fa8 100644
--- a/demos/PPC-SPC563-GCC/halconf.h
+++ b/demos/PPC-SPC563-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
/**