mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-25 10:08:28 -04:00
fixed == that should be =
This commit is contained in:
parent
176c12657d
commit
f5e439554d
@ -54,7 +54,7 @@ static void update_commands()
|
|||||||
command_nav_queue.id = NO_COMMAND;
|
command_nav_queue.id = NO_COMMAND;
|
||||||
}
|
}
|
||||||
}else{
|
}else{
|
||||||
command_nav_index == 255;
|
command_nav_index = 255;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user