From 86fdda1b0e0ac1ad1cd4e5ad3bee0b53d0f13127 Mon Sep 17 00:00:00 2001 From: "Gary E. Miller" Date: Wed, 29 May 2019 13:41:04 -0700 Subject: ubxtool: Fix TIM-TIM, TIM-TP2 comments --- ubxtool | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ubxtool') 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" -- cgit v1.2.1