From 26d1ec1f566757bdd44bdf1707492c8693a29275 Mon Sep 17 00:00:00 2001 From: "deweibel@gmail.com" Date: Tue, 21 Jun 2011 01:26:57 +0000 Subject: [PATCH] remove static declaration from idleTimeout git-svn-id: https://arducopter.googlecode.com/svn/trunk@2607 f9c3cf11-9bcb-44bc-f272-b75c42450872 --- libraries/AP_GPS/GPS.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/AP_GPS/GPS.h b/libraries/AP_GPS/GPS.h index 80dab7fe47..55c9dc8c03 100644 --- a/libraries/AP_GPS/GPS.h +++ b/libraries/AP_GPS/GPS.h @@ -163,7 +163,7 @@ private: /// 1200ms allows a small amount of slack over the worst-case 1Hz update /// rate. /// - static unsigned long _idleTimeout; + unsigned long _idleTimeout; /// Our current status