From 86cab799ed66b37aa479a7fc9697bfc7bafe2b83 Mon Sep 17 00:00:00 2001 From: Jason Short Date: Mon, 9 Jul 2012 13:12:41 -0700 Subject: [PATCH] arducopter.pde Timer was set =0 at initialization. --- ArduCopter/ArduCopter.pde | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArduCopter/ArduCopter.pde b/ArduCopter/ArduCopter.pde index e17f47d8d0..3448953362 100644 --- a/ArduCopter/ArduCopter.pde +++ b/ArduCopter/ArduCopter.pde @@ -435,7 +435,7 @@ static int16_t rc_override[8] = {0,0,0,0,0,0,0,0}; // Status flag that tracks whether we are under GCS control static bool rc_override_active = false; // Status flag that tracks whether we are under GCS control -static uint32_t rc_override_fs_timer = 0; +static uint32_t rc_override_fs_timer; //////////////////////////////////////////////////////////////////////////////// // Failsafe