forked from Archive/PX4-Autopilot
fmu-v6x: pulldown on RTS not required
On CTS with DMA, we need the pulldown but not on RTS. Signed-off-by: Julian Oes <julian@oes.ch>
This commit is contained in:
parent
3cc940cb06
commit
40324b03f4
|
@ -387,7 +387,7 @@
|
|||
|
||||
#define GPIO_UART7_RX GPIO_UART7_RX_4 /* PF6 */
|
||||
#define GPIO_UART7_TX GPIO_UART7_TX_3 /* PE8 */
|
||||
#define GPIO_UART7_RTS (GPIO_UART7_RTS_2 | GPIO_PULLDOWN) /* PF8 */
|
||||
#define GPIO_UART7_RTS GPIO_UART7_RTS_2 /* PF8 */
|
||||
#define GPIO_UART7_CTS (GPIO_UART7_CTS_1 | GPIO_PULLDOWN) /* PE10 */
|
||||
|
||||
#define GPIO_UART8_RX GPIO_UART8_RX_1 /* PE0 */
|
||||
|
|
Loading…
Reference in New Issue