AP_Notify: fixed example build

This commit is contained in:
Andrew Tridgell 2014-02-15 06:40:39 +11:00
parent 830afefcef
commit 4d3f714a5d
1 changed files with 6 additions and 0 deletions

View File

@ -21,6 +21,12 @@
#include <AP_HAL_FLYMAPLE.h>
#include <AP_Notify.h> // Notify library
#include <ToshibaLED.h>
#include <AP_AHRS.h>
#include <AP_Airspeed.h>
#include <AP_Vehicle.h>
#include <AP_ADC_AnalogSource.h>
#include <AP_Compass.h>
#include <AP_Declination.h>
const AP_HAL::HAL& hal = AP_HAL_BOARD_DRIVER;