mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-03 12:14:10 -04:00
removed an unused variable
This commit is contained in:
parent
97b3ced7aa
commit
d11303ef78
@ -650,7 +650,6 @@ static void do_loiter_at_location()
|
|||||||
|
|
||||||
static void do_jump()
|
static void do_jump()
|
||||||
{
|
{
|
||||||
struct Location temp;
|
|
||||||
if(jump == -10){
|
if(jump == -10){
|
||||||
jump = next_command.lat;
|
jump = next_command.lat;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user