Notify: fix example sketches

This commit is contained in:
Randy Mackay 2015-05-01 20:58:34 +09:00
parent b223e90ef6
commit 240a845206
2 changed files with 3 additions and 0 deletions

View File

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

View File

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