mirror of https://github.com/ArduPilot/ardupilot
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:
parent
8a35079907
commit
b99362dc18
|
@ -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…
Reference in New Issue