Revert "fix #1762, add timeout on ubloxRaw receive"

This reverts commit 0842e98ad8.
pull/1772/head
Willem Melching 5 years ago
parent b44569284a
commit 31ea066acb
  1. 2
      selfdrive/locationd/ubloxd_main.cc

@ -41,7 +41,7 @@ int ubloxd_main(poll_ubloxraw_msg_func poll_func, send_gps_event_func send_func)
PubMaster pm({"ubloxGnss", "gpsLocationExternal"});
while (!do_exit) {
Message * msg = subscriber->receive(100);
Message * msg = subscriber->receive();
if (!msg){
continue;
}

Loading…
Cancel
Save