aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/SDIO/halconf.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-04-30 10:14:07 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-04-30 10:14:07 +0000
commitfc8ea30f6e774ab92b2a44c4eb5e40ae2a9d9d1f (patch)
treec8b41227eeda0a42397e35156c2bc9da15af5954 /testhal/STM32/SDIO/halconf.h
parent2e7866f634ddf31530c0c83ff8bdfc3b75f42e82 (diff)
downloadChibiOS-fc8ea30f6e774ab92b2a44c4eb5e40ae2a9d9d1f.tar.gz
ChibiOS-fc8ea30f6e774ab92b2a44c4eb5e40ae2a9d9d1f.tar.bz2
ChibiOS-fc8ea30f6e774ab92b2a44c4eb5e40ae2a9d9d1f.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2906 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/SDIO/halconf.h')
-rw-r--r--testhal/STM32/SDIO/halconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/SDIO/halconf.h b/testhal/STM32/SDIO/halconf.h
index 7f129acc6..57022db5b 100644
--- a/testhal/STM32/SDIO/halconf.h
+++ b/testhal/STM32/SDIO/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
/**