mirror of https://github.com/ArduPilot/ardupilot
HAL_QURT: support mavlink2 build
This commit is contained in:
parent
f6511e8337
commit
4eadab7a90
|
@ -4,7 +4,11 @@
|
|||
#if CONFIG_HAL_BOARD == HAL_BOARD_QURT
|
||||
|
||||
#include "RCOutput.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>
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
|
|
Loading…
Reference in New Issue