summaryrefslogtreecommitdiff
path: root/ubxtool
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2019-04-16 20:56:58 -0700
committerGary E. Miller <gem@rellim.com>2019-04-16 20:56:58 -0700
commit0332ee53f09f3d6f4a3846a35bd76306ff8e3150 (patch)
tree1974131e228e433348554558f65ae768f83830fa /ubxtool
parent273ac53d37c019fb19ad47ea36293a452c9a2e90 (diff)
downloadgpsd-0332ee53f09f3d6f4a3846a35bd76306ff8e3150.tar.gz
ubxtool: Change "-p PRT" -> "-p CFG-PRT"
Diffstat (limited to 'ubxtool')
-rwxr-xr-xubxtool6
1 files changed, 3 insertions, 3 deletions
diff --git a/ubxtool b/ubxtool
index c61d1c7b..a76664dc 100755
--- a/ubxtool
+++ b/ubxtool
@@ -3890,6 +3890,9 @@ class ubx(object):
# UBX-CFG-PMS, poll power management settings
"CFG-PMS": {"command": send_cfg_pms,
"help": "UBX-CFG-PMS poll/set power management settings"},
+ # UBX-CFG-PRT, poll I/O port settings
+ "CFG-PRT": {"command": send_cfg_prt,
+ "help": "UBX-CFG-PRT poll I/O port settings"},
# UBX-CFG-RST cold boot
"COLDBOOT": {"command": send_cfg_rst,
"help": "UBS-CFG-RST coldboot the GPS",
@@ -3919,9 +3922,6 @@ class ubx(object):
# UBX-NAV_VELECEF, poll ECEF velocity
"NAV-VELECEF": {"command": send_nav_velecef,
"help": "UBX-NAV-VELECEF poll ECEF velocity"},
- # UBX-CFG-PRT, poll I/O port settings
- "PRT": {"command": send_cfg_prt,
- "help": "UBX-CFG-PRT poll I/O port settings"},
# UBX-RXM-RAWX poll raw measurement data
"RXM-RAWX": {"command": poll_rxm_rawx,
"help": "UBX-RXM-RAWX poll raw measurement data"},