From dd2853ed90d5e4c0fef0fb142968592c84de7b20 Mon Sep 17 00:00:00 2001 From: CrNMGuy Date: Fri, 10 Aug 2018 19:41:57 +0200 Subject: [PATCH] Update Time > NeoTime --- extras/doc/Data Model.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/doc/Data Model.md b/extras/doc/Data Model.md index 2976e00..7863e8e 100644 --- a/extras/doc/Data Model.md +++ b/extras/doc/Data Model.md @@ -65,7 +65,7 @@ gps_fix fix; * `fix.geoidHt.whole`, in integer meters * `fix.geoidHt.frac`, in integer centimeters to be added to the whole part * `fix.satellites`, a satellite count - * a date/time structure (see [Time.h](/src/Time.h)), accessed with + * a date/time structure (see [NeoTime.h](/src/NeoTime.h)), accessed with * `fix.dateTime.year`, * `fix.dateTime.month`, * `fix.dateTime.date`, the day-of-month,