mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 15:23:57 -04:00
AP_Compass: move from HAL_NO_GCS to HAL_GCS_ENABLED
This commit is contained in:
parent
6dbefd63d3
commit
224ff97f5c
@ -3,6 +3,7 @@
|
||||
#include <AP_GPS/AP_GPS.h>
|
||||
#include <GCS_MAVLink/GCS.h>
|
||||
#include <AP_AHRS/AP_AHRS.h>
|
||||
#include <AP_InternalError/AP_InternalError.h>
|
||||
|
||||
#include "AP_Compass.h"
|
||||
|
||||
|
@ -64,6 +64,7 @@
|
||||
#include <AP_AHRS/AP_AHRS.h>
|
||||
#include <AP_GPS/AP_GPS.h>
|
||||
#include <GCS_MAVLink/GCS.h>
|
||||
#include <AP_InternalError/AP_InternalError.h>
|
||||
|
||||
#define FIELD_RADIUS_MIN 150
|
||||
#define FIELD_RADIUS_MAX 950
|
||||
|
Loading…
Reference in New Issue
Block a user