fix(boards/nxp/tropic-community): correct LPUART4 mapping (#27008)

This commit is contained in:
palvarben 2026-04-08 21:04:39 +02:00 committed by GitHub
parent 5dba9990b4
commit f025bb42eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -287,8 +287,8 @@
/* AUX */
#define GPIO_LPUART4_RX (GPIO_LPUART4_RX_3 | LPUART_IOMUX) /* GPIO_B1_01 */
#define GPIO_LPUART4_TX (GPIO_LPUART4_TX_3 | LPUART_IOMUX) /* GPIO_B1_00 */
#define GPIO_LPUART4_RX (GPIO_LPUART4_RX_1 | LPUART_IOMUX) /* GPIO_B1_01 */
#define GPIO_LPUART4_TX (GPIO_LPUART4_TX_1 | LPUART_IOMUX) /* GPIO_B1_00 */
/* GPS 1 */