mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_BattMonitor: fixed example build
This commit is contained in:
parent
eaf746b7fd
commit
dcb42af3e9
@ -14,6 +14,20 @@
|
|||||||
#include <AP_HAL_PX4.h>
|
#include <AP_HAL_PX4.h>
|
||||||
#include <AP_HAL_Empty.h>
|
#include <AP_HAL_Empty.h>
|
||||||
#include <AP_BattMonitor.h>
|
#include <AP_BattMonitor.h>
|
||||||
|
#include <GCS_MAVLink.h>
|
||||||
|
#include <DataFlash.h>
|
||||||
|
#include <AP_GPS.h>
|
||||||
|
#include <AP_InertialSensor.h>
|
||||||
|
#include <AP_Baro.h>
|
||||||
|
#include <Filter.h>
|
||||||
|
#include <AP_AHRS.h>
|
||||||
|
#include <AP_Compass.h>
|
||||||
|
#include <AP_Declination.h>
|
||||||
|
#include <AP_Airspeed.h>
|
||||||
|
#include <AP_Vehicle.h>
|
||||||
|
#include <AP_NavEKF.h>
|
||||||
|
#include <AP_Notify.h>
|
||||||
|
#include <AP_Mission.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