GCS_MAVLink: raise number of mavlink buffers to 5

This commit is contained in:
Andrew Tridgell 2016-04-19 13:49:12 +10:00
parent 0baf8ee2eb
commit 62986957b4

View File

@ -18,8 +18,8 @@
// into progmem
#define MAVLINK_MESSAGE_CRC(msgid) mavlink_get_message_crc(msgid)
// allow four telemetry ports
#define MAVLINK_COMM_NUM_BUFFERS 4
// allow five telemetry ports
#define MAVLINK_COMM_NUM_BUFFERS 5
/*
The MAVLink protocol code generator does its own alignment, so