AP_Mount - #include FastSerial first to allow it to compile under Arduino 1.0

This commit is contained in:
rmackay9 2012-02-26 15:31:56 +09:00
parent e4e8189448
commit f6f05755d9
1 changed files with 2 additions and 1 deletions

View File

@ -20,8 +20,9 @@
#ifndef AP_Mount_H #ifndef AP_Mount_H
#define AP_Mount_H #define AP_Mount_H
//#include <AP_Common.h> #include <FastSerial.h>
#include <AP_Math.h> #include <AP_Math.h>
#include <AP_Common.h>
#include <AP_GPS.h> #include <AP_GPS.h>
#include <AP_DCM.h> #include <AP_DCM.h>
#include <GCS_MAVLink.h> #include <GCS_MAVLink.h>