GCS_MAVLink: reserve another mavlink channel

for SimShip
This commit is contained in:
Andrew Tridgell 2020-07-09 14:10:46 +10:00
parent 925b44dee5
commit 91aaa7876d

View File

@ -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