mirror of https://github.com/ArduPilot/ardupilot
Tracker: remove unnecessary return
This commit is contained in:
parent
3a2e015df9
commit
30bc86e4a0
|
@ -114,7 +114,6 @@ void Tracker::one_second_loop()
|
|||
if (ahrs.get_location(temp_loc)) {
|
||||
set_home(temp_loc);
|
||||
}
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue