mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 16:48:29 -04:00
Missing ;
This commit is contained in:
parent
4353f60f60
commit
51e6170ecb
@ -339,7 +339,7 @@ static bool verify_takeoff()
|
||||
return false;
|
||||
}
|
||||
// are we above our target altitude?
|
||||
return (current_loc.alt > next_WP.alt)
|
||||
return (current_loc.alt > next_WP.alt);
|
||||
}
|
||||
|
||||
static bool verify_land()
|
||||
|
Loading…
Reference in New Issue
Block a user