aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32F4xx/I2C/halconf.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-08-24 08:22:49 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-08-24 08:22:49 +0000
commit237a87e071aa0bb89ba3e90f453cdde712c4a53c (patch)
tree2064e01339d9827ef61f809c0135e6795ff8472f /testhal/STM32F4xx/I2C/halconf.h
parent613386635e578364e9bbc07a4bd8f57c8f661094 (diff)
downloadChibiOS-237a87e071aa0bb89ba3e90f453cdde712c4a53c.tar.gz
ChibiOS-237a87e071aa0bb89ba3e90f453cdde712c4a53c.tar.bz2
ChibiOS-237a87e071aa0bb89ba3e90f453cdde712c4a53c.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6215 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32F4xx/I2C/halconf.h')
-rw-r--r--testhal/STM32F4xx/I2C/halconf.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/testhal/STM32F4xx/I2C/halconf.h b/testhal/STM32F4xx/I2C/halconf.h
index 8f77e1d4a..251cad3ab 100644
--- a/testhal/STM32F4xx/I2C/halconf.h
+++ b/testhal/STM32F4xx/I2C/halconf.h
@@ -31,13 +31,6 @@
#include "mcuconf.h"
/**
- * @brief Enables the TM subsystem.
- */
-#if !defined(HAL_USE_TM) || defined(__DOXYGEN__)
-#define HAL_USE_TM TRUE
-#endif
-
-/**
* @brief Enables the PAL subsystem.
*/
#if !defined(HAL_USE_PAL) || defined(__DOXYGEN__)
@@ -62,7 +55,7 @@
* @brief Enables the EXT subsystem.
*/
#if !defined(HAL_USE_EXT) || defined(__DOXYGEN__)
-#define HAL_USE_EXT TRUE
+#define HAL_USE_EXT FALSE
#endif
/**