HAL_AVR: fixed build.Examples in autotest

This commit is contained in:
Andrew Tridgell 2013-03-18 14:01:21 +11:00
parent ac69a531d3
commit ba8ba36af4
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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