mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 10:28:29 -04:00
ArduCopter - added #include <Filter.h> to unbreak the build!
This commit is contained in:
parent
74f7d7a1c0
commit
8193c786ef
@ -78,6 +78,7 @@ http://code.google.com/p/ardupilot-mega/downloads/list
|
||||
#include <RC_Channel.h> // RC Channel Library
|
||||
#include <AP_RangeFinder.h> // Range finder library
|
||||
#include <AP_OpticalFlow.h> // Optical Flow library
|
||||
#include <Filter.h> // Filter library
|
||||
#include <ModeFilter.h> // Mode Filter from Filter library
|
||||
#include <AP_Relay.h> // APM relay
|
||||
#include <GCS_MAVLink.h> // MAVLink GCS definitions
|
||||
|
Loading…
Reference in New Issue
Block a user