summaryrefslogtreecommitdiff
path: root/ubxtool
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2019-04-15 16:25:41 -0700
committerGary E. Miller <gem@rellim.com>2019-04-15 16:25:41 -0700
commitbd624569ad6b04124299262858b31b9b00d34377 (patch)
tree6c169092b4b9de19fbe5bb67e132bc6c41b3a567 /ubxtool
parentb07a7fb755040980a9c214e1e5d21bcfd280f941 (diff)
downloadgpsd-bd624569ad6b04124299262858b31b9b00d34377.tar.gz
ubxtool: better protID decode
Diffstat (limited to 'ubxtool')
-rwxr-xr-xubxtool2
1 files changed, 1 insertions, 1 deletions
diff --git a/ubxtool b/ubxtool
index aa63e43c..ab7d48f4 100755
--- a/ubxtool
+++ b/ubxtool
@@ -2150,7 +2150,7 @@ class ubx(object):
# UBX-LOG- ???
# UBX-MGA- ???
- def _protID(self, id):
+ def _protId(self, id):
"""Convert protId to string"""
protId = {0: "UBX", 1: "NMEA", 2: "RTCM2", 5: "RTCM3", 255: "None"}
if id in protId: