aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/LPC13xx/IRQ_STORM
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/LPC13xx/IRQ_STORM')
-rw-r--r--testhal/LPC13xx/IRQ_STORM/halconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/LPC13xx/IRQ_STORM/halconf.h b/testhal/LPC13xx/IRQ_STORM/halconf.h
index ec8fe5145..249e2a621 100644
--- a/testhal/LPC13xx/IRQ_STORM/halconf.h
+++ b/testhal/LPC13xx/IRQ_STORM/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
/**