AP_HAL_Linux: always build with MAVLink2 headers

This commit is contained in:
Andrew Tridgell 2016-05-16 11:37:43 +10:00
parent 9f47e6417b
commit 6f7d6269a8

View File

@ -25,11 +25,7 @@
#include "RCOutput_qflight.h"
#include <AP_HAL_Linux/qflight/qflight_util.h>
#include <AP_HAL_Linux/qflight/qflight_dsp.h>
#if MAVLINK_PROTOCOL_VERSION == 2
#include <GCS_MAVLink/include/mavlink/v2.0/checksum.h>
#else
#include <GCS_MAVLink/include/mavlink/v1.0/checksum.h>
#endif
#include <stdio.h>
extern const AP_HAL::HAL& hal;