mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-01 21:48:28 -04:00
AC_PosControl: minor formatting fix
This commit is contained in:
parent
3a492c8e3c
commit
a3886be920
@ -595,7 +595,7 @@ void AC_PosControl::update_xy_controller()
|
||||
handle_ekf_xy_reset();
|
||||
|
||||
// Check for position control time out
|
||||
if ( !is_active_xy() ) {
|
||||
if (!is_active_xy()) {
|
||||
init_xy_controller();
|
||||
if (has_good_timing()) {
|
||||
// call internal error because initialisation has not been done
|
||||
|
Loading…
Reference in New Issue
Block a user