mirror of https://github.com/ArduPilot/ardupilot
GCS_MAVLink: fix includes to ap_message
"GSC_config.h" is needed for HIGHRES_IMU_ENABLED flag.
This commit is contained in:
parent
a2845e4222
commit
9beca76f44
|
@ -6,6 +6,8 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include "GCS_config.h"
|
||||
|
||||
#include <AP_AHRS/AP_AHRS_config.h>
|
||||
|
||||
enum ap_message : uint8_t {
|
||||
|
|
Loading…
Reference in New Issue