Fix test failure on rebase: set lpos valid

This commit is contained in:
Julian Kent
2020-12-16 12:13:25 +01:00
committed by Lorenz Meier
parent af8d178ae5
commit 5a9fe312b5
+1
View File
@@ -16,6 +16,7 @@ TEST(Navigator_and_RTL, interact_correctly)
home_position_s home_pos{}; home_position_s home_pos{};
home_pos.valid_hpos = true; home_pos.valid_hpos = true;
home_pos.valid_lpos = true;
home_pos.valid_alt = true; home_pos.valid_alt = true;
home_pos.timestamp = 1000; home_pos.timestamp = 1000;