aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32F4xx/I2C/halconf.h
diff options
context:
space:
mode:
authorbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-07-06 13:13:48 +0000
committerbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-07-06 13:13:48 +0000
commit4b96f983dd6b8fbfc3876041712d7b7c6b959c20 (patch)
tree0dfeb026e9f294cfd6a59860552a8e4c001f1dd7 /testhal/STM32F4xx/I2C/halconf.h
parent2a1dd613812badd702762913125855e8fe321f85 (diff)
downloadChibiOS-4b96f983dd6b8fbfc3876041712d7b7c6b959c20.tar.gz
ChibiOS-4b96f983dd6b8fbfc3876041712d7b7c6b959c20.tar.bz2
ChibiOS-4b96f983dd6b8fbfc3876041712d7b7c6b959c20.zip
I2C. Fixed testhal for F4x.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4410 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32F4xx/I2C/halconf.h')
-rw-r--r--testhal/STM32F4xx/I2C/halconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32F4xx/I2C/halconf.h b/testhal/STM32F4xx/I2C/halconf.h
index e2ac49536..8aae4a995 100644
--- a/testhal/STM32F4xx/I2C/halconf.h
+++ b/testhal/STM32F4xx/I2C/halconf.h
@@ -80,7 +80,7 @@
* @brief Enables the I2C subsystem.
*/
#if !defined(HAL_USE_I2C) || defined(__DOXYGEN__)
-#define HAL_USE_I2C FALSE
+#define HAL_USE_I2C TRUE
#endif
/**