arch: stm32f1: Fixing a typo

PA10 should use *_PA10_UART1_RX

Change-Id: Ifba4d301d049db1d62ea3a63d4d66f75c88a71a6
Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
This commit is contained in:
Tomasz Bursztyka 2016-11-22 14:23:11 +01:00 committed by Anas Nashif
commit 6d6c559001

View file

@ -28,7 +28,7 @@ static const stm32_pin_func_t pin_pa9_funcs[] = {
};
static const stm32_pin_func_t pin_pa10_funcs[] = {
[STM32F1_PINMUX_FUNC_PA9_USART1_TX - 1] =
[STM32F1_PINMUX_FUNC_PA10_USART1_RX - 1] =
STM32F10X_PIN_CONFIG_BIAS_HIGH_IMPEDANCE,
};