From 2be995989149f46e0e6f050053cfa968d684eabf Mon Sep 17 00:00:00 2001 From: "Aubr.Cool" Date: Thu, 23 Apr 2015 16:11:38 +0800 Subject: [PATCH] correct stm32f10x pin64 define error --- bsp/stm32f10x/drivers/gpio.c | 1 + 1 file changed, 1 insertion(+) diff --git a/bsp/stm32f10x/drivers/gpio.c b/bsp/stm32f10x/drivers/gpio.c index 747b55b4dc..6e46835417 100644 --- a/bsp/stm32f10x/drivers/gpio.c +++ b/bsp/stm32f10x/drivers/gpio.c @@ -35,6 +35,7 @@ struct pin_index static const struct pin_index pins[] = { #if (STM32F10X_PIN_NUMBERS == 64) + __STM32_PIN_DEFAULT, __STM32_PIN_DEFAULT, __STM32_PIN(2, APB2, C, 13), __STM32_PIN(3, APB2, C, 14),