aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-08-17 15:34:11 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-08-17 15:34:11 +0000
commit632d7d19851253d98379a1b274dabae056fa8351 (patch)
tree144c216679c30883953cbc2a505fd4eaddf7dff7
parentdbd493cff1bb0c9b0bdd3eeb081a56dbaa0235a8 (diff)
downloadChibiOS-632d7d19851253d98379a1b274dabae056fa8351.tar.gz
ChibiOS-632d7d19851253d98379a1b274dabae056fa8351.tar.bz2
ChibiOS-632d7d19851253d98379a1b274dabae056fa8351.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6171 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--os/hal/platforms/STM32F30x/stm32_registry.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/os/hal/platforms/STM32F30x/stm32_registry.h b/os/hal/platforms/STM32F30x/stm32_registry.h
index b2deec625..7487620ef 100644
--- a/os/hal/platforms/STM32F30x/stm32_registry.h
+++ b/os/hal/platforms/STM32F30x/stm32_registry.h
@@ -87,10 +87,6 @@
#define STM32_I2C_I2C2_TX_DMA_STREAM STM32_DMA_STREAM_ID(1, 4)
#define STM32_HAS_I2C3 FALSE
-#define STM32_I2C3_RX_DMA_MSK 0
-#define STM32_I2C3_RX_DMA_CHN 0x00000000
-#define STM32_I2C3_TX_DMA_MSK 0
-#define STM32_I2C3_TX_DMA_CHN 0x00000000
/* RTC attributes.*/
#define STM32_HAS_RTC TRUE