aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32F1xx/I2C/mcuconf.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-05-05 07:20:47 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-05-05 07:20:47 +0000
commit31e1c7be6d83211a10ce5ea9629ee466fb9bdd6c (patch)
tree63530718ac715ef9c6775e9f2fce0426061adca1 /testhal/STM32F1xx/I2C/mcuconf.h
parentad8290460d4f252fde3fcf435e525268ea0854df (diff)
downloadChibiOS-31e1c7be6d83211a10ce5ea9629ee466fb9bdd6c.tar.gz
ChibiOS-31e1c7be6d83211a10ce5ea9629ee466fb9bdd6c.tar.bz2
ChibiOS-31e1c7be6d83211a10ce5ea9629ee466fb9bdd6c.zip
Fixed bug 3523322.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4159 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32F1xx/I2C/mcuconf.h')
-rw-r--r--testhal/STM32F1xx/I2C/mcuconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32F1xx/I2C/mcuconf.h b/testhal/STM32F1xx/I2C/mcuconf.h
index 7e3cd31f6..dd127bb50 100644
--- a/testhal/STM32F1xx/I2C/mcuconf.h
+++ b/testhal/STM32F1xx/I2C/mcuconf.h
@@ -102,7 +102,7 @@
/*
* I2C driver system settings.
*/
-#define STM32_I2C_USE_I2C1 FALSE
+#define STM32_I2C_USE_I2C1 TRUE
#define STM32_I2C_USE_I2C2 FALSE
#define STM32_I2C_USE_I2C3 FALSE
#define STM32_I2C_I2C1_IRQ_PRIORITY 10