Copter: move Airspeed to AP_Vehicle

This commit is contained in:
Josh Henderson 2021-10-03 23:38:41 -04:00 committed by Andrew Tridgell
parent 5f54daecee
commit ea58c130b4
1 changed files with 0 additions and 1 deletions

View File

@ -49,7 +49,6 @@
#include <AP_Motors/AP_Motors.h> // AP Motors library
#include <AP_Stats/AP_Stats.h> // statistics library
#include <Filter/Filter.h> // Filter library
#include <AP_Airspeed/AP_Airspeed.h> // needed for AHRS build
#include <AP_Vehicle/AP_Vehicle.h> // needed for AHRS build
#include <AP_InertialNav/AP_InertialNav.h> // inertial navigation library
#include <AC_WPNav/AC_WPNav.h> // ArduCopter waypoint navigation library