diff options
| author | Ha Thach <[email protected]> | 2025-10-15 20:37:04 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-10-15 20:37:04 +0700 |
| commit | 4dfac3f3566268450b46f1c19899b0b53bf48706 (patch) | |
| tree | 5708fc6d90853ad091da2cb4320dae77ba9ec469 | |
| parent | d96d468b55ae7db21740502059034300fb147638 (diff) | |
Update hw/bsp/same7x/boards/same70_qmtech/board.h
Co-authored-by: Copilot <[email protected]>
| -rw-r--r-- | hw/bsp/same7x/boards/same70_qmtech/board.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/bsp/same7x/boards/same70_qmtech/board.h b/hw/bsp/same7x/boards/same70_qmtech/board.h index 09c2c93a9..0309e3e6c 100644 --- a/hw/bsp/same7x/boards/same70_qmtech/board.h +++ b/hw/bsp/same7x/boards/same70_qmtech/board.h @@ -46,7 +46,7 @@ extern "C" { #define BUTTON_PORT_CLOCK ID_PIOA #define UART_TX_PIN GPIO(GPIO_PORTB, 1) -#define UART_TX_FUNCTION MUX_PB4D_USART1_TXD1 +#define UART_TX_FUNCTION MUX_PB1D_USART1_TXD1 #define UART_RX_PIN GPIO(GPIO_PORTB, 0) #define UART_RX_FUNCTION MUX_PA21A_USART1_RXD1 #define UART_PORT_CLOCK ID_USART1 |
