summaryrefslogtreecommitdiff
path: root/ubxtool
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2019-05-29 16:38:18 -0700
committerGary E. Miller <gem@rellim.com>2019-05-29 16:38:18 -0700
commit77d76d8ba2e9ad77746523af3cbf63ae10f156b2 (patch)
tree3d85e4465b8fa70ff3137e128d5263092cae3aa0 /ubxtool
parent323286cd20cef3b13eef0e826c2559685454f046 (diff)
downloadgpsd-77d76d8ba2e9ad77746523af3cbf63ae10f156b2.tar.gz
ubxtool: Cleanup UBX-NAV-POSLLH
Diffstat (limited to 'ubxtool')
-rwxr-xr-xubxtool4
1 files changed, 2 insertions, 2 deletions
diff --git a/ubxtool b/ubxtool
index c8ab906a..8b63663b 100755
--- a/ubxtool
+++ b/ubxtool
@@ -3225,8 +3225,8 @@ class ubx(object):
return " Bad Length %s" % m_len
u = struct.unpack_from('<LllllLL', buf, 0)
- return (' iTOW:%d lon:%d lat:%d height:%d\n'
- ' hMSL:%d hAcc:%u vAcc:%u' % u)
+ return (' iTOW %u lon %d lat %d height %d\n'
+ ' hMSL %d hAcc %u vAcc %u' % u)
nav_pvt_valid = {
1: "validDate",