summaryrefslogtreecommitdiff
path: root/ubxtool
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2019-05-29 13:41:04 -0700
committerGary E. Miller <gem@rellim.com>2019-05-29 13:41:04 -0700
commit86fdda1b0e0ac1ad1cd4e5ad3bee0b53d0f13127 (patch)
tree87b124180454b244aa54c55e05a127d14aef991d /ubxtool
parent087d51c7bd7039e3eb7e4529d273d4764b753142 (diff)
downloadgpsd-86fdda1b0e0ac1ad1cd4e5ad3bee0b53d0f13127.tar.gz
ubxtool: Fix TIM-TIM, TIM-TP2 comments
Diffstat (limited to 'ubxtool')
-rwxr-xr-xubxtool4
1 files changed, 2 insertions, 2 deletions
diff --git a/ubxtool b/ubxtool
index 41fb182c..66ca45d3 100755
--- a/ubxtool
+++ b/ubxtool
@@ -4320,7 +4320,7 @@ class ubx(object):
return s
def tim_tm2(self, buf):
- """UBX-TIM-TP decode"""
+ """UBX-TIM-TM2 decode, Time mark data"""
m_len = len(buf)
if 0 == m_len:
return " Poll request"
@@ -4334,7 +4334,7 @@ class ubx(object):
return s
def tim_tp(self, buf):
- """UBX-TIM-TP decode"""
+ """UBX-TIM-TP decode, Time Pulse Timedata"""
m_len = len(buf)
if 0 == m_len:
return " Poll request"