Explorar o código

[Bsp][STM32f4xx-HAL]fix pin index

ZYH %!s(int64=7) %!d(string=hai) anos
pai
achega
db081c517f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      bsp/stm32f4xx-HAL/drivers/drv_gpio.c

+ 1 - 1
bsp/stm32f4xx-HAL/drivers/drv_gpio.c

@@ -122,7 +122,7 @@ static const struct pin_index pins[] =
     __STM32_PIN(9, B, 6),
     __STM32_PIN_DEFAULT,
     __STM32_PIN_DEFAULT,
-    __STM32_PIN(13, C, 14),
+    __STM32_PIN(12, C, 14),
     __STM32_PIN(13, A, 13),
     __STM32_PIN(14, B, 3),
     __STM32_PIN(15, B, 7),