arducopter.pde

Timer was set =0 at initialization.
This commit is contained in:
Jason Short 2012-07-09 13:12:41 -07:00
parent 226bba48a6
commit f019d41729
1 changed files with 1 additions and 1 deletions

View File

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