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 8a35079907
commit b99362dc18
1 changed files with 1 additions and 1 deletions

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