From 974e4ed6667d0a56590d9c5e9949842895fe74a6 Mon Sep 17 00:00:00 2001 From: asterix Date: Fri, 2 Jul 2010 16:51:06 +0000 Subject: [PATCH] Add i2c pins definition. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3988 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/cpu/cortex-m3/io/stm32.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bertos/cpu/cortex-m3/io/stm32.h b/bertos/cpu/cortex-m3/io/stm32.h index 22cb7682..2a8335bf 100644 --- a/bertos/cpu/cortex-m3/io/stm32.h +++ b/bertos/cpu/cortex-m3/io/stm32.h @@ -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 */ -- 2.25.1