aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/coverage/halconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/coverage/halconf.h b/test/coverage/halconf.h
index 525e97ae8..2829fb066 100644
--- a/test/coverage/halconf.h
+++ b/test/coverage/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
/**