Browse Source

remove static declaration from idleTimeout

git-svn-id: https://arducopter.googlecode.com/svn/trunk@2607 f9c3cf11-9bcb-44bc-f272-b75c42450872
mission-4.1.18
deweibel@gmail.com 14 years ago
parent
commit
26d1ec1f56
  1. 2
      libraries/AP_GPS/GPS.h

2
libraries/AP_GPS/GPS.h

@ -163,7 +163,7 @@ private: @@ -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

Loading…
Cancel
Save