aboutsummaryrefslogtreecommitdiffstats
path: root/demos/Win32-MinGW
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-05-14 07:11:40 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-05-14 07:11:40 +0000
commit391474c15f0695d4b1bbe1549fefc98ef3cf9e4d (patch)
tree604592ae595678edb71fb578be779dab1064c98e /demos/Win32-MinGW
parent67e6534f658113f8bdfccab5fb6373214501d32b (diff)
downloadChibiOS-391474c15f0695d4b1bbe1549fefc98ef3cf9e4d.tar.gz
ChibiOS-391474c15f0695d4b1bbe1549fefc98ef3cf9e4d.tar.bz2
ChibiOS-391474c15f0695d4b1bbe1549fefc98ef3cf9e4d.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2956 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/Win32-MinGW')
-rw-r--r--demos/Win32-MinGW/halconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/Win32-MinGW/halconf.h b/demos/Win32-MinGW/halconf.h
index 8af25ee13..7c6d8a758 100644
--- a/demos/Win32-MinGW/halconf.h
+++ b/demos/Win32-MinGW/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
/**