mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-21 08:14:00 +08:00
Revert "fix #1762, add timeout on ubloxRaw receive"
This reverts commit df5942d4c121df113b8ac6ee643b9f49a7ed52ba. old-commit-hash: 31ea066acbe47062622b9711ef9337a375cae80a
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user