Typo.
[bertos.git] / bertos / cpu / cortex-m3 / io / stm32.h
index 2a8335bfca35a7a857de51b15db8086ce6ddf9e4..60c209b34b52de196970860dc9ee35ab57e27c57 100644 (file)
@@ -39,7 +39,8 @@
 #include <cfg/compiler.h>
 #include <cfg/macros.h>
 
-#include <io/cm3_types.h>
+#include <cpu/types.h>
+
 #include <io/stm32_memmap.h>
 
 #include "stm32_nvic.h"
@@ -58,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 */