mirror of https://github.com/ArduPilot/ardupilot
remove MAVLINK_COMM_NUM_BUFFERS
this is in GCS_MAVLink.h now git-svn-id: https://arducopter.googlecode.com/svn/trunk@3201 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
parent
ca8141cfb6
commit
ec5e25687e
|
@ -63,8 +63,6 @@ And much more so PLEASE PM me on DIYDRONES to add your contribution to the List
|
|||
#include <AP_RangeFinder.h> // Range finder library
|
||||
#include <AP_OpticalFlow.h> // Optical Flow library
|
||||
#include <ModeFilter.h>
|
||||
|
||||
#define MAVLINK_COMM_NUM_BUFFERS 2
|
||||
#include <GCS_MAVLink.h> // MAVLink GCS definitions
|
||||
|
||||
// Configuration
|
||||
|
|
Loading…
Reference in New Issue