remove static declaration from idleTimeout

git-svn-id: https://arducopter.googlecode.com/svn/trunk@2607 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
deweibel@gmail.com 2011-06-21 01:26:57 +00:00
parent 5b9e7eff9d
commit 26d1ec1f56

View File

@ -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