Tracker: remove unnecessary return

This commit is contained in:
Randy Mackay 2018-09-05 17:47:51 +09:00
parent 3a2e015df9
commit 30bc86e4a0
1 changed files with 0 additions and 1 deletions

View File

@ -114,7 +114,6 @@ void Tracker::one_second_loop()
if (ahrs.get_location(temp_loc)) {
set_home(temp_loc);
}
return;
}
}