mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-18 06:38:29 -04:00
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)) {
|
if (ahrs.get_location(temp_loc)) {
|
||||||
set_home(temp_loc);
|
set_home(temp_loc);
|
||||||
}
|
}
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user