this is not a good api

pull/36585/head
Adeeb Shihadeh 2 days ago
parent dc5f5eaf65
commit 89919c8832
  1. 2
      system/ubloxd/ubloxd.py

@ -498,7 +498,7 @@ def main():
sock = messaging.sub_sock('ubloxRaw', timeout=100, conflate=False) sock = messaging.sub_sock('ubloxRaw', timeout=100, conflate=False)
while True: while True:
msg = messaging.recv_one_or_none(sock) msg = messaging.recv_one(sock)
if msg is None: if msg is None:
continue continue

Loading…
Cancel
Save