Browse Source

AP_Mount: always build with MAVLink2 headers

master
Andrew Tridgell 9 years ago
parent
commit
f377787444
  1. 4
      libraries/AP_Mount/AP_Mount_SToRM32_serial.cpp

4
libraries/AP_Mount/AP_Mount_SToRM32_serial.cpp

@ -3,11 +3,7 @@ @@ -3,11 +3,7 @@
#include "AP_Mount_SToRM32_serial.h"
#include <AP_HAL/AP_HAL.h>
#include <GCS_MAVLink/GCS_MAVLink.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 <AP_HAL/utility/RingBuffer.h>
extern const AP_HAL::HAL& hal;

Loading…
Cancel
Save