summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO2
-rw-r--r--gps.h1
2 files changed, 2 insertions, 1 deletions
diff --git a/TODO b/TODO
index cbaea84a..c4968ef4 100644
--- a/TODO
+++ b/TODO
@@ -22,7 +22,7 @@ the calibration process less annoying?
In gps_data_t Make subtype longer. 128 chars long sounds good.
-In gps_device_t, save NTP precision in pps_precision
+In gps_data_t, save NTP precision in pps_precision
In gps_fix_t, maybe change time away from float to timespec?
diff --git a/gps.h b/gps.h
index 76a3f17f..5bbd0a27 100644
--- a/gps.h
+++ b/gps.h
@@ -2012,6 +2012,7 @@ struct gps_data_t {
struct timedelta_t toff;
struct timedelta_t pps;
};
+ /* FIXME! next lib rev need to add a place to put PPS precision */
/* Private data - client code must not set this */
void *privdata;