Browse Source

HAL_AVR: fixed build.Examples in autotest

mission-4.1.18
Andrew Tridgell 12 years ago
parent
commit
ba8ba36af4
  1. 1
      libraries/AP_HAL_AVR/examples/ArduCopterLibs/ArduCopterLibs.pde
  2. 1
      libraries/AP_HAL_AVR/examples/ArduPlaneLibs/ArduPlaneLibs.pde

1
libraries/AP_HAL_AVR/examples/ArduCopterLibs/ArduCopterLibs.pde

@ -22,6 +22,7 @@ @@ -22,6 +22,7 @@
#include <AC_PID.h> // PID library
#include <RC_Channel.h> // RC Channel Library
#include <AP_Motors.h> // AP Motors library
#include <AP_ADC_AnalogSource.h>
#include <AP_RangeFinder.h> // Range finder library
#include <AP_OpticalFlow.h> // Optical Flow library
#include <Filter.h> // Filter library

1
libraries/AP_HAL_AVR/examples/ArduPlaneLibs/ArduPlaneLibs.pde

@ -14,6 +14,7 @@ @@ -14,6 +14,7 @@
#include <AP_AHRS.h> // ArduPilot Mega DCM Library
#include <PID.h> // PID library
#include <RC_Channel.h> // RC Channel Library
#include <AP_ADC_AnalogSource.h>
#include <AP_RangeFinder.h> // Range finder library
#include <Filter.h> // Filter library
#include <AP_Buffer.h> // APM FIFO Buffer

Loading…
Cancel
Save