Tools: we don't have AP_NavEKF.h yet

This commit is contained in:
Andrew Tridgell 2014-01-14 23:21:51 +11:00
parent a9f1a2ee5e
commit 0749cc1fd9
2 changed files with 0 additions and 2 deletions

View File

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

View File

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