summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2018-10-19 19:02:27 -0700
committerGary E. Miller <gem@rellim.com>2018-10-19 19:02:27 -0700
commitec0243f268e8c44be5b3b1356059c42ae4a4bc80 (patch)
tree03b167c1eba0017e1379b8df0d1403e0ec5ddcb6 /TODO
parent63219bc7e9adf55525fbdf0cba5bcfb888e47d6c (diff)
downloadgpsd-ec0243f268e8c44be5b3b1356059c42ae4a4bc80.tar.gz
TODO: fix typo time_t -> timestamp_t
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index b4ff4887..99c602c6 100644
--- a/TODO
+++ b/TODO
@@ -32,7 +32,7 @@ In gps_data_t add more string like subtype for HW version, SW version, etc.
In gps_data_t, save PPS precision; this will require creating a pps struct.
Where would PPS precision come from?
-Convert all the time_t (double) and timeval (usec) to timespec (nsec).
+Convert all the timestamp_t (double) and timeval (usec) to timespec (nsec).
That could be done one small step at a time.
Add MMSI sequence number fields to AIS type 7.