pull/26850/head
Kurt Nistelberger 3 years ago
parent 24003c1c02
commit 70a1027aa0
  1. 2
      selfdrive/locationd/locationd.h

@ -81,5 +81,5 @@ private:
double last_gps_msg = 0;
bool ublox_available = true;
bool observation_timings_invalid = false;
std::map<std::string, double> observation_values_invalid;
std::map<std::string, double> observation_values_invalid;
};

Loading…
Cancel
Save