Browse Source

AP_Compass: move from HAL_NO_GCS to HAL_GCS_ENABLED

gps-1.3.1
Peter Barker 3 years ago committed by Peter Barker
parent
commit
224ff97f5c
  1. 1
      libraries/AP_Compass/AP_Compass_Calibration.cpp
  2. 1
      libraries/AP_Compass/CompassCalibrator.cpp

1
libraries/AP_Compass/AP_Compass_Calibration.cpp

@ -3,6 +3,7 @@ @@ -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"

1
libraries/AP_Compass/CompassCalibrator.cpp

@ -64,6 +64,7 @@ @@ -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…
Cancel
Save