Notify: fix example sketch

This commit is contained in:
Randy Mackay 2015-01-28 17:12:14 +09:00
parent 314eb2536f
commit 775cbfba38
2 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,7 @@
#include <AP_HAL_Empty.h>
#include <AP_Notify.h> // Notify library
#include <AP_BoardLED.h> // Board LED library
#include <StorageManager.h>
const AP_HAL::HAL& hal = AP_HAL_BOARD_DRIVER;

View File

@ -31,6 +31,7 @@
#include <AP_ADC_AnalogSource.h>
#include <AP_Compass.h>
#include <AP_Declination.h>
#include <AP_BattMonitor.h>
const AP_HAL::HAL& hal = AP_HAL_BOARD_DRIVER;