Browse Source

AP_Notify: fixed example build

master
Andrew Tridgell 11 years ago
parent
commit
4d3f714a5d
  1. 6
      libraries/AP_Notify/examples/ToshibaLED_test/ToshibaLED_test.pde

6
libraries/AP_Notify/examples/ToshibaLED_test/ToshibaLED_test.pde

@ -21,6 +21,12 @@ @@ -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;

Loading…
Cancel
Save