mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_SerialManager: clarify comment regarding legacy UART order
This commit is contained in:
parent
ae7170501d
commit
cc5b095d59
@ -27,8 +27,7 @@
|
||||
#if HAL_UART_NUM_SERIAL_PORTS >= 4
|
||||
#define SERIALMANAGER_NUM_PORTS HAL_UART_NUM_SERIAL_PORTS
|
||||
#else
|
||||
// we need a minimum of 4 to allow for a GPS due to the odd ordering
|
||||
// of hal.uartB as SERIAL3
|
||||
// we want a minimum of 4 as the default GPS port is SERIAL3
|
||||
#define SERIALMANAGER_NUM_PORTS 4
|
||||
#endif
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user