mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 18:08:30 -04:00
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
5b9e7eff9d
commit
26d1ec1f56
@ -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
Block a user