mirror of https://github.com/ArduPilot/ardupilot
Tools: we don't have AP_NavEKF.h yet
This commit is contained in:
parent
a9f1a2ee5e
commit
0749cc1fd9
|
@ -28,7 +28,6 @@
|
|||
#include <AP_AHRS.h>
|
||||
#include <AP_Airspeed.h>
|
||||
#include <AP_Vehicle.h>
|
||||
#include <AP_NavEKF.h>
|
||||
#include <AP_ADC_AnalogSource.h>
|
||||
|
||||
const AP_HAL::HAL& hal = AP_HAL_BOARD_DRIVER;
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
#include <AP_AHRS.h>
|
||||
#include <AP_Airspeed.h>
|
||||
#include <AP_Vehicle.h>
|
||||
#include <AP_NavEKF.h>
|
||||
#include <AP_ADC_AnalogSource.h>
|
||||
#include <AP_Notify.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue