mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 02:18:29 -04:00
mavlink: reduce the number of message buffers to 2
this is all we need, and it saves us some SRAM git-svn-id: https://arducopter.googlecode.com/svn/trunk@1784 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
parent
0370eeba8c
commit
bc662fa134
@ -40,6 +40,7 @@ version 2.1 of the License, or (at your option) any later version.
|
||||
#include <RC_Channel.h> // RC Channel Library
|
||||
#include <AP_RangeFinder.h> // Range finder library
|
||||
|
||||
#define MAVLINK_COMM_NUM_BUFFERS 2
|
||||
#include <GCS_MAVLink.h> // MAVLink GCS definitions
|
||||
|
||||
// Configuration
|
||||
|
Loading…
Reference in New Issue
Block a user