summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2019-05-29 19:11:29 -0700
committerGary E. Miller <gem@rellim.com>2019-05-29 19:11:29 -0700
commit361b74719ab3a7576e2741ae213c3db9c470e9f4 (patch)
tree98a7ad6e986e2d3777532e2698b9bbf845d86240
parent948870c7807f4eaace0ad12f70714b953db83f06 (diff)
downloadgpsd-361b74719ab3a7576e2741ae213c3db9c470e9f4.tar.gz
ubxtool: Cleanup UBX-NAV-CLOCK
-rwxr-xr-xubxtool3
1 files changed, 1 insertions, 2 deletions
diff --git a/ubxtool b/ubxtool
index f20372dc..820f1afc 100755
--- a/ubxtool
+++ b/ubxtool
@@ -3087,8 +3087,7 @@ class ubx(object):
return " Bad Length %s" % m_len
u = struct.unpack_from('<LllLL', buf, 0)
- return (' iTOW:%d ms, clkB:%d ns clkD:%d ns/s tAcc:%d ns,'
- 'fAcc:%d ns/s' % u)
+ return ' iTOW %u clkB %d clkD %d tAcc %u fAcc %u' % u
nav_dgps_status = {
0: "None",