mission block remove unread value

This commit is contained in:
Daniel Agar
2017-04-23 20:14:04 -04:00
parent 4e21b2378f
commit f1079e3382
-1
View File
@@ -238,7 +238,6 @@ MissionBlock::is_mission_item_reached()
if (fabsf(curr_sp->alt - altitude_amsl) >= FLT_EPSILON) {
// check if the initial loiter has been accepted
dist = -1.0f;
dist_xy = -1.0f;
dist_z = -1.0f;