summaryrefslogtreecommitdiff
path: root/gpsrinex.c
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2019-05-20 14:37:38 -0700
committerGary E. Miller <gem@rellim.com>2019-05-20 14:37:38 -0700
commitf9b45bf644b0cbaa217ce82e97ccce5faf2c3380 (patch)
treed66c42129f80d9c3cf3e87ed8c7851a847fca3a7 /gpsrinex.c
parentca307258bcfe4f75576cec4dd7a37c31b9b7d61b (diff)
downloadgpsd-f9b45bf644b0cbaa217ce82e97ccce5faf2c3380.tar.gz
gpsrinex: Change ANT #/TYPE for Trimble RTX.
Still bot working with Trimble RTX.
Diffstat (limited to 'gpsrinex.c')
-rw-r--r--gpsrinex.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gpsrinex.c b/gpsrinex.c
index 679710a0..8ca476b3 100644
--- a/gpsrinex.c
+++ b/gpsrinex.c
@@ -324,8 +324,8 @@ static void print_rinex_header(void)
"Unknown", "Unknown", "", "OBSERVER / AGENCY");
(void)fprintf(log_file, "%-20s%-20s%-20s%-20s\n",
"", "", "", "REC # / TYPE / VERS");
- (void)fprintf(log_file, "%-20s%-20s%-16s%4s%-20s\n",
- "", "", "", "NONE", "ANT # / TYPE");
+ (void)fprintf(log_file, "%-20s%-20s%-20s%-20s\n",
+ "0", "UNKNOWN EXT NONE", "" , "ANT # / TYPE");
if (isfinite(ecefx) &&
isfinite(ecefy) &&
isfinite(ecefz)) {