forked from Archive/PX4-Autopilot
Fix the px4io serial port device name now that we're not using UART8 as the console.
This commit is contained in:
parent
b4029dd824
commit
0efb1d6ceb
|
@ -59,7 +59,7 @@ __BEGIN_DECLS
|
|||
/* Configuration ************************************************************************************/
|
||||
|
||||
/* PX4IO connection configuration */
|
||||
#define PX4IO_SERIAL_DEVICE "/dev/ttyS5"
|
||||
#define PX4IO_SERIAL_DEVICE "/dev/ttyS4"
|
||||
#define PX4IO_SERIAL_TX_GPIO GPIO_USART6_TX
|
||||
#define PX4IO_SERIAL_RX_GPIO GPIO_USART6_RX
|
||||
#define PX4IO_SERIAL_BASE STM32_USART6_BASE /* hardwired on the board */
|
||||
|
|
Loading…
Reference in New Issue