mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-02 14:08:45 -04:00
GCS_MAVLink: reserve another mavlink channel
for SimShip
This commit is contained in:
parent
925b44dee5
commit
91aaa7876d
@ -16,8 +16,8 @@
|
||||
|
||||
#if CONFIG_HAL_BOARD == HAL_BOARD_SITL
|
||||
// allow extra mavlink channels in SITL for:
|
||||
// Vicon
|
||||
#define MAVLINK_COMM_NUM_BUFFERS 6
|
||||
// Vicon, ship
|
||||
#define MAVLINK_COMM_NUM_BUFFERS 7
|
||||
#else
|
||||
// allow five telemetry ports
|
||||
#define MAVLINK_COMM_NUM_BUFFERS 5
|
||||
|
Loading…
Reference in New Issue
Block a user