소스 검색

Merge pull request #464 from AubrCool/fix-stm32.pin64.define.err

correct stm32f10x pin64 define error
Bernard Xiong 10 년 전
부모
커밋
5d65e6eeb6
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      bsp/stm32f10x/drivers/gpio.c

+ 1 - 0
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),