mirror of https://github.com/ArduPilot/ardupilot
removed unused EEPROMB include
git-svn-id: https://arducopter.googlecode.com/svn/trunk@1501 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
parent
53b2560412
commit
d7418d4fc4
|
@ -21,7 +21,6 @@ version 2.1 of the License, or (at your option) any later version.
|
|||
// Libraries
|
||||
#include <FastSerial.h>
|
||||
#include <AP_Common.h>
|
||||
#include <AP_EEPROMB.h>
|
||||
#include <APM_RC.h> // ArduPilot Mega RC Library
|
||||
#include <RC_Channel.h> // ArduPilot Mega RC Library
|
||||
#include <AP_ADC.h> // ArduPilot Mega Analog to Digital Converter Library
|
||||
|
|
Loading…
Reference in New Issue