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:
parent
b7d0784552
commit
6d6c559001
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue