Add comment and reorder the includes. Move gpio structure to specific header file.
[bertos.git] / bertos / cpu / cortex-m3 / io / stm32.h
index 9d7cba87a0d8012c889d093aa4d04c4e7e514c1d..60c209b34b52de196970860dc9ee35ab57e27c57 100644 (file)
@@ -59,5 +59,7 @@
 
 #define GPIO_I2C1_SCL_PIN      BV(6)
 #define GPIO_I2C1_SDA_PIN      BV(7)
+#define GPIO_I2C2_SCL_PIN      BV(10)
+#define GPIO_I2C2_SDA_PIN      BV(11)
 
 #endif /* STM32_H */