Add i2c pins definition.
[bertos.git] / bertos / cpu / cortex-m3 / io / stm32.h
index 22cb76828f20b93b7b77b2b4517709e0bda3ec32..2a8335bfca35a7a857de51b15db8086ce6ddf9e4 100644 (file)
@@ -56,4 +56,7 @@
 #define GPIO_USART3_RX_PIN     BV(11)
 
 
+#define GPIO_I2C1_SCL_PIN      BV(6)
+#define GPIO_I2C1_SDA_PIN      BV(7)
+
 #endif /* STM32_H */