summaryrefslogtreecommitdiff
path: root/ubxtool
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2019-04-17 15:10:11 -0700
committerGary E. Miller <gem@rellim.com>2019-04-17 15:10:11 -0700
commit348f560f1652c2b0d3dcd9e5629df3e2a52395e0 (patch)
treefb9256181be69462335b14d94034bea63e46a53f /ubxtool
parentd6c90f51d4045153e87abaf3e7f3f82d53a8f122 (diff)
downloadgpsd-348f560f1652c2b0d3dcd9e5629df3e2a52395e0.tar.gz
ubxtool: Tweak UBX-TIM-TP decode
Diffstat (limited to 'ubxtool')
-rwxr-xr-xubxtool4
1 files changed, 2 insertions, 2 deletions
diff --git a/ubxtool b/ubxtool
index cd2ae584..29f5a59d 100755
--- a/ubxtool
+++ b/ubxtool
@@ -3091,8 +3091,8 @@ class ubx(object):
return " Bad Length %s" % m_len
u = struct.unpack_from('<LLlHbb', buf, 0)
- s = (' towMS:%u ms, towSubMS:%u qErr:%d ps, week:%d\n'
- ' flags:%#x refInfo:%#x\n flags: ' % u)
+ s = (' towMS %u towSubMS %u qErr %d week %d\n'
+ ' flags %#x refInfo %#x\n flags ' % u)
if 0x01 & u[4]:
s += "timeBase is UTC, "