summaryrefslogtreecommitdiff
path: root/ubxtool
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2019-05-21 15:26:01 -0700
committerGary E. Miller <gem@rellim.com>2019-05-21 15:26:01 -0700
commit77ef0b087e03c23ccbe384ed614c13c38f5c1b7b (patch)
treec0bd1c9bf782854cdd06d3578ca4d0c1d60f7ff2 /ubxtool
parent00a8c724b0c934dcaaca0d1eb1d1bcbf6176a4a9 (diff)
downloadgpsd-77ef0b087e03c23ccbe384ed614c13c38f5c1b7b.tar.gz
ubxtool: Typo LNAV-U -> LNAV-L
Diffstat (limited to 'ubxtool')
-rwxr-xr-xubxtool4
1 files changed, 2 insertions, 2 deletions
diff --git a/ubxtool b/ubxtool
index 8f71c619..23d1987b 100755
--- a/ubxtool
+++ b/ubxtool
@@ -3263,10 +3263,10 @@ class ubx(object):
msgid, index_s(msgid, self.cnav_msgids)))
else:
- # LNAV-U
+ # LNAV-L
preamble = words[0] >> 26
subframe = (words[1] >> 8) & 0x07
- s += ("\n LNAV-U: preamble %#x TLM %#x ISF %u" %
+ s += ("\n LNAV-L: preamble %#x TLM %#x ISF %u" %
(preamble, (words[0] >> 8) & 0xffff,
1 if (words[0] & 0x40) else 0))