mirror of https://github.com/ArduPilot/ardupilot
Hello: fixed SITL build
This commit is contained in:
parent
4d5346be79
commit
906c1d18b4
|
@ -22,6 +22,14 @@
|
|||
#include <AP_Compass.h>
|
||||
#include <AP_Declination.h>
|
||||
#include <SITL.h>
|
||||
#include <DataFlash.h>
|
||||
#include <AP_GPS.h>
|
||||
#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>
|
||||
|
||||
const AP_HAL::HAL& hal = AP_HAL_BOARD_DRIVER;
|
||||
|
||||
|
|
Loading…
Reference in New Issue