AP_Airspeed: Delete unused definitions

This commit is contained in:
murata 2022-09-11 09:59:08 +09:00 committed by Peter Barker
parent 18e374e687
commit 7ef7db717c
1 changed files with 0 additions and 2 deletions

View File

@ -6,14 +6,12 @@
*/ */
#include <AP_Common/AP_Common.h> #include <AP_Common/AP_Common.h>
#include <AP_HAL/AP_HAL.h>
#include <AP_Math/AP_Math.h> #include <AP_Math/AP_Math.h>
#include <GCS_MAVLink/GCS.h> #include <GCS_MAVLink/GCS.h>
#include <AP_Baro/AP_Baro.h> #include <AP_Baro/AP_Baro.h>
#include "AP_Airspeed.h" #include "AP_Airspeed.h"
extern const AP_HAL::HAL& hal;
// constructor - fill in all the initial values // constructor - fill in all the initial values
Airspeed_Calibration::Airspeed_Calibration() Airspeed_Calibration::Airspeed_Calibration()