mirror of https://github.com/ArduPilot/ardupilot
AP_HAL_QURT: always build with MAVLink2 headers
This commit is contained in:
parent
6f7d6269a8
commit
94feae9eaf
|
@ -4,11 +4,7 @@
|
||||||
#if CONFIG_HAL_BOARD == HAL_BOARD_QURT
|
#if CONFIG_HAL_BOARD == HAL_BOARD_QURT
|
||||||
|
|
||||||
#include "RCOutput.h"
|
#include "RCOutput.h"
|
||||||
#if MAVLINK_PROTOCOL_VERSION == 2
|
|
||||||
#include <GCS_MAVLink/include/mavlink/v2.0/checksum.h>
|
#include <GCS_MAVLink/include/mavlink/v2.0/checksum.h>
|
||||||
#else
|
|
||||||
#include <GCS_MAVLink/include/mavlink/v1.0/checksum.h>
|
|
||||||
#endif
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
Loading…
Reference in New Issue