HAL_Linux: support mavlink2 build
This commit is contained in:
parent
511ca6d764
commit
31f8d26784
@ -25,7 +25,11 @@
|
||||
#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;
|
||||
|
Loading…
Reference in New Issue
Block a user