From f6f05755d9df6879964eb7e80ba68ce9141b107d Mon Sep 17 00:00:00 2001 From: rmackay9 Date: Sun, 26 Feb 2012 15:31:56 +0900 Subject: [PATCH] AP_Mount - #include FastSerial first to allow it to compile under Arduino 1.0 --- libraries/AP_Mount/AP_Mount.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libraries/AP_Mount/AP_Mount.h b/libraries/AP_Mount/AP_Mount.h index 89c576a729..b8333ea339 100644 --- a/libraries/AP_Mount/AP_Mount.h +++ b/libraries/AP_Mount/AP_Mount.h @@ -20,8 +20,9 @@ #ifndef AP_Mount_H #define AP_Mount_H -//#include +#include #include +#include #include #include #include