AP_AccelCal: adjust for new vehicle base class

This commit is contained in:
Peter Barker 2018-12-27 22:57:30 +11:00 committed by Andrew Tridgell
parent 8bb51f4b7d
commit cf201afdf6
1 changed files with 1 additions and 0 deletions

View File

@ -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;