Browse Source

AP_AccelCal: adjust for new vehicle base class

mission-4.1.18
Peter Barker 6 years ago committed by Andrew Tridgell
parent
commit
cf201afdf6
  1. 1
      libraries/AP_AccelCal/AP_AccelCal.h

1
libraries/AP_AccelCal/AP_AccelCal.h

@ -2,6 +2,7 @@ @@ -2,6 +2,7 @@
#include <GCS_MAVLink/GCS_MAVLink.h>
#include "AccelCalibrator.h"
#include "AP_Vehicle/AP_Vehicle_Type.h"
#define AP_ACCELCAL_MAX_NUM_CLIENTS 4
class GCS_MAVLINK;

Loading…
Cancel
Save