mirror of https://github.com/ArduPilot/ardupilot
CPUInfo: fixed SITL build
This commit is contained in:
parent
0401e8f914
commit
4d5346be79
|
@ -25,6 +25,11 @@
|
|||
#include <AP_Param.h>
|
||||
#include <AP_Progmem.h>
|
||||
#include <AP_Math.h>
|
||||
#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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue