Skip to content

Commit

Permalink
AP_SerialManager: clarify comment regarding legacy UART order
Browse files Browse the repository at this point in the history
  • Loading branch information
tpwrules committed Dec 11, 2023
1 parent 5ab03fd commit c82077e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions libraries/AP_SerialManager/AP_SerialManager_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c82077e

Please sign in to comment.