mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 02:18:29 -04:00
fixed a '=' vs '==' bug in do_loiter_turns()
This commit is contained in:
parent
661b6c4508
commit
d9d54ffa05
@ -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