mirror of https://github.com/ArduPilot/ardupilot
Remove a stale reference to APM_BinComm.
git-svn-id: https://arducopter.googlecode.com/svn/trunk@1765 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
parent
2389bf58a9
commit
a07e3aa7fc
|
@ -26,7 +26,6 @@ version 2.1 of the License, or (at your option) any later version.
|
|||
// Libraries
|
||||
#include <FastSerial.h>
|
||||
#include <AP_Common.h>
|
||||
#include <APM_BinComm.h>
|
||||
#include <APM_RC.h> // ArduPilot Mega RC Library
|
||||
#include <AP_GPS.h> // ArduPilot GPS library
|
||||
#include <Wire.h> // Arduino I2C lib
|
||||
|
|
Loading…
Reference in New Issue