mirror of https://github.com/ArduPilot/ardupilot
AP_Mount - #include FastSerial first to allow it to compile under Arduino 1.0
This commit is contained in:
parent
e4e8189448
commit
f6f05755d9
|
@ -20,8 +20,9 @@
|
|||
#ifndef AP_Mount_H
|
||||
#define AP_Mount_H
|
||||
|
||||
//#include <AP_Common.h>
|
||||
#include <FastSerial.h>
|
||||
#include <AP_Math.h>
|
||||
#include <AP_Common.h>
|
||||
#include <AP_GPS.h>
|
||||
#include <AP_DCM.h>
|
||||
#include <GCS_MAVLink.h>
|
||||
|
|
Loading…
Reference in New Issue