aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32F1xx/I2C/mcuconf.h
diff options
context:
space:
mode:
authorbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-12-06 09:09:53 +0000
committerbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-12-06 09:09:53 +0000
commit1253ee88be70e16fe9057b5e1727f8664fa0c4ae (patch)
tree4e33cffba973a4ffcfa826f6a29966a4959bef67 /testhal/STM32F1xx/I2C/mcuconf.h
parentdbee267868ee52517dd465aee0078619dc68f584 (diff)
downloadChibiOS-1253ee88be70e16fe9057b5e1727f8664fa0c4ae.tar.gz
ChibiOS-1253ee88be70e16fe9057b5e1727f8664fa0c4ae.tar.bz2
ChibiOS-1253ee88be70e16fe9057b5e1727f8664fa0c4ae.zip
I2C. Testhal changed.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3558 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32F1xx/I2C/mcuconf.h')
-rw-r--r--testhal/STM32F1xx/I2C/mcuconf.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/testhal/STM32F1xx/I2C/mcuconf.h b/testhal/STM32F1xx/I2C/mcuconf.h
index 6afc97f28..b333e2ce6 100644
--- a/testhal/STM32F1xx/I2C/mcuconf.h
+++ b/testhal/STM32F1xx/I2C/mcuconf.h
@@ -174,13 +174,6 @@
#define STM32_I2C_I2C2_DMA_PRIORITY 4
#define STM32_I2C_I2C1_DMA_ERROR_HOOK() chSysHalt()
#define STM32_I2C_I2C2_DMA_ERROR_HOOK() chSysHalt()
-/* I2C1 */
-#define STM32_I2C_I2C1_USE_GPT_TIM GPTD1
-#define STM32_I2C_I2C1_USE_POLLING_WAIT TRUE
-/* I2C2 */
-#define STM32_I2C_I2C2_USE_GPT_TIM GPTD2
-#define STM32_I2C_I2C2_USE_POLLING_WAIT TRUE
-
/*
* USB driver system settings.