summaryrefslogtreecommitdiff
path: root/ubxtool
diff options
context:
space:
mode:
Diffstat (limited to 'ubxtool')
-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",