aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Esden-Tempski2012-02-13 13:51:41 -0800
committerPiotr Esden-Tempski2012-02-13 13:51:41 -0800
commitb325c81127ec39db26dda720e20bdcbc394a0934 (patch)
tree4855500a3a3b8deb779064985ecd9b24f22e7a0b
parentd4ea773de4d4ef66ea518f53d392c9f3c0451dfb (diff)
Forgot some BANK suffixes.
-rw-r--r--include/libopencm3/stm32/f1/gpio.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/libopencm3/stm32/f1/gpio.h b/include/libopencm3/stm32/f1/gpio.h
index ba007e7..4c7f2d8 100644
--- a/include/libopencm3/stm32/f1/gpio.h
+++ b/include/libopencm3/stm32/f1/gpio.h
@@ -307,8 +307,8 @@
#define GPIO_UART4_RX GPIO11 /* PC11 */
/* UART4 BANK */
-#define GPIO_UART4_TX GPIOC /* PC10 */
-#define GPIO_UART4_RX GPIOC /* PC11 */
+#define GPIO_BANK_UART4_TX GPIOC /* PC10 */
+#define GPIO_BANK_UART4_RX GPIOC /* PC11 */
/* USART3 GPIO */
#define GPIO_USART3_TX GPIO10 /* PB10 */
@@ -402,9 +402,9 @@
#define GPIO_BANK_I2C1_SCL GPIOB /* PB6 */
#define GPIO_BANK_I2C1_SDA GPIOB /* PB7 */
-#define GPIO_I2C1_RE_SMBAI GPIOB /* PB5 */
-#define GPIO_I2C1_RE_SCL GPIOB /* PB8 */
-#define GPIO_I2C1_RE_SDA GPIOB /* PB9 */
+#define GPIO_BANK_I2C1_RE_SMBAI GPIOB /* PB5 */
+#define GPIO_BANK_I2C1_RE_SCL GPIOB /* PB8 */
+#define GPIO_BANK_I2C1_RE_SDA GPIOB /* PB9 */
/* I2C2 GPIO */
#define GPIO_I2C2_SCL GPIO10 /* PB10 */