summaryrefslogtreecommitdiff
path: root/gps.h
diff options
context:
space:
mode:
Diffstat (limited to 'gps.h')
-rw-r--r--gps.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gps.h b/gps.h
index d8dd21bb..e7b2fe9b 100644
--- a/gps.h
+++ b/gps.h
@@ -124,6 +124,7 @@ struct gps_fix_t {
double vx, vy, vz; /* ECEF x, y, z velocity */
double vAcc; /* Velocity Accuracy Estimate, probably SEP */
} ecef;
+ char datum[40]; /* map datum */
};
/*