mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-08 17:03:57 -04:00
fixed a '=' vs '==' bug in do_loiter_turns()
This commit is contained in:
parent
d89ae696ef
commit
eed26ae91a
@ -299,7 +299,7 @@ static void do_loiter_unlimited()
|
|||||||
|
|
||||||
static void do_loiter_turns()
|
static void do_loiter_turns()
|
||||||
{
|
{
|
||||||
wp_control == CIRCLE_MODE;
|
wp_control = CIRCLE_MODE;
|
||||||
|
|
||||||
if(next_command.lat == 0)
|
if(next_command.lat == 0)
|
||||||
set_next_WP(¤t_loc);
|
set_next_WP(¤t_loc);
|
||||||
|
Loading…
Reference in New Issue
Block a user