mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-23 00:04:02 -04:00
Motors: fix example sketch
This commit is contained in:
parent
355a92aff4
commit
38702a7e23
@ -34,6 +34,7 @@
|
|||||||
#include <StorageManager.h>
|
#include <StorageManager.h>
|
||||||
#include <AP_Terrain.h>
|
#include <AP_Terrain.h>
|
||||||
#include <AP_NavEKF.h>
|
#include <AP_NavEKF.h>
|
||||||
|
#include <AP_BattMonitor.h>
|
||||||
|
|
||||||
const AP_HAL::HAL& hal = AP_HAL_BOARD_DRIVER;
|
const AP_HAL::HAL& hal = AP_HAL_BOARD_DRIVER;
|
||||||
|
|
||||||
|
@ -34,6 +34,7 @@
|
|||||||
#include <StorageManager.h>
|
#include <StorageManager.h>
|
||||||
#include <AP_Terrain.h>
|
#include <AP_Terrain.h>
|
||||||
#include <AP_NavEKF.h>
|
#include <AP_NavEKF.h>
|
||||||
|
#include <AP_BattMonitor.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