mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 17:38:32 -04:00
AP_InertialSensor: fixed example build
This commit is contained in:
parent
4671aaa367
commit
8dd34f8bc4
@ -15,8 +15,10 @@
|
|||||||
#include <AP_Param.h>
|
#include <AP_Param.h>
|
||||||
#include <AP_ADC.h>
|
#include <AP_ADC.h>
|
||||||
#include <AP_InertialSensor.h>
|
#include <AP_InertialSensor.h>
|
||||||
#include <GCS_MAVLink.h>
|
|
||||||
#include <AP_Notify.h>
|
#include <AP_Notify.h>
|
||||||
|
#include <AP_GPS.h>
|
||||||
|
#include <DataFlash.h>
|
||||||
|
#include <GCS_MAVLink.h>
|
||||||
|
|
||||||
const AP_HAL::HAL& hal = AP_HAL_BOARD_DRIVER;
|
const AP_HAL::HAL& hal = AP_HAL_BOARD_DRIVER;
|
||||||
AP_InertialSensor_MPU6000 ins;
|
AP_InertialSensor_MPU6000 ins;
|
||||||
|
@ -15,8 +15,10 @@
|
|||||||
#include <AP_Param.h>
|
#include <AP_Param.h>
|
||||||
#include <AP_ADC.h>
|
#include <AP_ADC.h>
|
||||||
#include <AP_InertialSensor.h>
|
#include <AP_InertialSensor.h>
|
||||||
#include <GCS_MAVLink.h>
|
|
||||||
#include <AP_Notify.h>
|
#include <AP_Notify.h>
|
||||||
|
#include <AP_GPS.h>
|
||||||
|
#include <DataFlash.h>
|
||||||
|
#include <GCS_MAVLink.h>
|
||||||
|
|
||||||
const AP_HAL::HAL& hal = AP_HAL_BOARD_DRIVER;
|
const AP_HAL::HAL& hal = AP_HAL_BOARD_DRIVER;
|
||||||
|
|
||||||
|
@ -16,8 +16,10 @@
|
|||||||
#include <AP_Param.h>
|
#include <AP_Param.h>
|
||||||
#include <AP_ADC.h>
|
#include <AP_ADC.h>
|
||||||
#include <AP_InertialSensor.h>
|
#include <AP_InertialSensor.h>
|
||||||
#include <GCS_MAVLink.h>
|
|
||||||
#include <AP_Notify.h>
|
#include <AP_Notify.h>
|
||||||
|
#include <AP_GPS.h>
|
||||||
|
#include <DataFlash.h>
|
||||||
|
#include <GCS_MAVLink.h>
|
||||||
|
|
||||||
const AP_HAL::HAL& hal = AP_HAL_BOARD_DRIVER;
|
const AP_HAL::HAL& hal = AP_HAL_BOARD_DRIVER;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user