mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
GCS_MAVLink: raise number of mavlink buffers to 5
This commit is contained in:
parent
0baf8ee2eb
commit
62986957b4
@ -18,8 +18,8 @@
|
|||||||
// into progmem
|
// into progmem
|
||||||
#define MAVLINK_MESSAGE_CRC(msgid) mavlink_get_message_crc(msgid)
|
#define MAVLINK_MESSAGE_CRC(msgid) mavlink_get_message_crc(msgid)
|
||||||
|
|
||||||
// allow four telemetry ports
|
// allow five telemetry ports
|
||||||
#define MAVLINK_COMM_NUM_BUFFERS 4
|
#define MAVLINK_COMM_NUM_BUFFERS 5
|
||||||
|
|
||||||
/*
|
/*
|
||||||
The MAVLink protocol code generator does its own alignment, so
|
The MAVLink protocol code generator does its own alignment, so
|
||||||
|
Loading…
Reference in New Issue
Block a user