mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 02:18:29 -04:00
Fixed type error
This commit is contained in:
parent
36516161b5
commit
ed903c6cd3
@ -2,7 +2,7 @@
|
||||
|
||||
//Function that will read the radio data, limit servos and trigger a failsafe
|
||||
// ----------------------------------------------------------------------------
|
||||
static byte failsafeCounter = 0; // we wait a second to take over the throttle and send the plane circling
|
||||
static int8_t failsafeCounter = 0; // we wait a second to take over the throttle and send the plane circling
|
||||
|
||||
static void default_dead_zones()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user