mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-12 02:48:28 -04:00
arducopter.pde
Timer was set =0 at initialization.
This commit is contained in:
parent
ab603c7fcf
commit
86cab799ed
@ -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
|
// Status flag that tracks whether we are under GCS control
|
||||||
static bool rc_override_active = false;
|
static bool rc_override_active = false;
|
||||||
// Status flag that tracks whether we are under GCS control
|
// 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
|
// Failsafe
|
||||||
|
Loading…
Reference in New Issue
Block a user