summaryrefslogtreecommitdiff
path: root/ubxtool
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2019-04-16 14:36:10 -0700
committerGary E. Miller <gem@rellim.com>2019-04-16 14:36:10 -0700
commit633d52deb459e1c82b56585ad7276dee8cda71e8 (patch)
tree5bfb3367355079d3d407f83fc44d5a658eda5759 /ubxtool
parent632090e27f1f8601518e10b09141b74665f28166 (diff)
downloadgpsd-633d52deb459e1c82b56585ad7276dee8cda71e8.tar.gz
ubxtool: Change "-p TP" to "-p TIM-TP"
More to come.
Diffstat (limited to 'ubxtool')
-rwxr-xr-xubxtool6
1 files changed, 3 insertions, 3 deletions
diff --git a/ubxtool b/ubxtool
index 3cb98ba3..71462481 100755
--- a/ubxtool
+++ b/ubxtool
@@ -3938,12 +3938,12 @@ class ubx(object):
# UBX-TIM-SVIN, get survey in data
"SVIN": {"command": send_tim_svin,
"help": "UBX-TIM-SVIN get survey in data"},
+ # UBX-TIM-TP, get time pulse timedata
+ "TIM-TP": {"command": send_tim_tp,
+ "help": "UBX-TIM-TP get time pulse timedata"},
# UBX-CFG-TMODE2, get time mode 2 config
"TMODE2": {"command": send_cfg_tmode2,
"help": "UBX-CFG-TMODE2 get time mode 2 config"},
- # UBX-TIM-TP, get time pulse timedata
- "TP": {"command": send_tim_tp,
- "help": "UBX-TIM-TP get time pulse timedata"},
# UBX-CFG-TP5, get time0 decodes
"TP5": {"command": send_cfg_tp5,
"help": "UBX-TIM-TP5 get time pulse decodes"},