mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-30 12:38:33 -04:00
Notify: fix example sketch
This commit is contained in:
parent
314eb2536f
commit
775cbfba38
@ -14,6 +14,7 @@
|
|||||||
#include <AP_HAL_Empty.h>
|
#include <AP_HAL_Empty.h>
|
||||||
#include <AP_Notify.h> // Notify library
|
#include <AP_Notify.h> // Notify library
|
||||||
#include <AP_BoardLED.h> // Board LED library
|
#include <AP_BoardLED.h> // Board LED library
|
||||||
|
#include <StorageManager.h>
|
||||||
|
|
||||||
const AP_HAL::HAL& hal = AP_HAL_BOARD_DRIVER;
|
const AP_HAL::HAL& hal = AP_HAL_BOARD_DRIVER;
|
||||||
|
|
||||||
|
@ -31,6 +31,7 @@
|
|||||||
#include <AP_ADC_AnalogSource.h>
|
#include <AP_ADC_AnalogSource.h>
|
||||||
#include <AP_Compass.h>
|
#include <AP_Compass.h>
|
||||||
#include <AP_Declination.h>
|
#include <AP_Declination.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