Skip to content

Commit

Permalink
GCS_MAVLink: fix includes to ap_message
Browse files Browse the repository at this point in the history
"GSC_config.h" is needed for HIGHRES_IMU_ENABLED flag.
  • Loading branch information
KoehlerT authored and rmackay9 committed Sep 10, 2024
1 parent a2845e4 commit 9beca76
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libraries/GCS_MAVLink/ap_message.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

#pragma once

#include "GCS_config.h"

#include <AP_AHRS/AP_AHRS_config.h>

enum ap_message : uint8_t {
Expand Down

0 comments on commit 9beca76

Please sign in to comment.