summaryrefslogtreecommitdiff
path: root/ubxtool
diff options
context:
space:
mode:
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",