GCS_MAVLink: fix includes to ap_message

"GSC_config.h" is needed for HIGHRES_IMU_ENABLED flag.
This commit is contained in:
koehlert 2024-09-10 08:44:12 +02:00 committed by Randy Mackay
parent a2845e4222
commit 9beca76f44
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@
#pragma once
#include "GCS_config.h"
#include <AP_AHRS/AP_AHRS_config.h>
enum ap_message : uint8_t {