diff options
| author | hathach <[email protected]> | 2022-07-11 14:21:19 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2022-07-11 14:21:19 +0700 |
| commit | 6da1e93edd4547a5ec5a1681cd1cb31803564993 (patch) | |
| tree | dfde9cdb8b1e75ed269a15e4e6a81e8582c1d31f /hw/bsp | |
| parent | 19768936ae6379b4c86947f70ab5cf2c0f8ed8f4 (diff) | |
fix rt1050 evk build with latest mcu-sdk
Diffstat (limited to 'hw/bsp')
| -rw-r--r-- | hw/bsp/imxrt/boards/mimxrt1050_evkb/board.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/bsp/imxrt/boards/mimxrt1050_evkb/board.h b/hw/bsp/imxrt/boards/mimxrt1050_evkb/board.h index 928fbd727..0472f608c 100644 --- a/hw/bsp/imxrt/boards/mimxrt1050_evkb/board.h +++ b/hw/bsp/imxrt/boards/mimxrt1050_evkb/board.h @@ -45,7 +45,7 @@ // UART #define UART_PORT LPUART1 -#define UART_RX_PINMUX IOMUXC_GPIO_AD_B0_13_LPUART1_RX -#define UART_TX_PINMUX IOMUXC_GPIO_AD_B0_12_LPUART1_TX +#define UART_RX_PINMUX IOMUXC_GPIO_AD_B0_13_LPUART1_RXD +#define UART_TX_PINMUX IOMUXC_GPIO_AD_B0_12_LPUART1_TXD #endif /* BOARD_H_ */ |
