mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-02 05:04:08 +08:00
nxp_fmurt1062:Use Buffer based HW flow control
This commit is contained in:
parent
a77a02d485
commit
e97cdecd37
@ -255,7 +255,7 @@
|
||||
#define GPIO_LPUART4_TX (GPIO_LPUART4_TX_2 | LPUART_IOMUX) /* GPIO_EMC_19 */
|
||||
#define GPIO_LPUART4_RX (GPIO_LPUART4_RX_2 | LPUART_IOMUX) /* GPIO_EMC_20 */
|
||||
#define GPIO_LPUART4_CTS (GPIO_LPUART4_CTS_1 | LPUART_IOMUX) /* GPIO_EMC_17 */
|
||||
#define GPIO_LPUART4_RTS (GPIO_LPUART4_RTS_1 | LPUART_IOMUX) /* GPIO_EMC_18 */
|
||||
#define GPIO_LPUART4_RTS (GPIO_PORT4 | GPIO_PIN18 | GPIO_OUTPUT | GPIO_OUTPUT_ZERO | HS_OUTPUT_IOMUX) /* GPIO_EMC_18 GPIO4_IO18 (GPIO only, no HW Flow control) */
|
||||
|
||||
/* EXT22 */
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user