From 676943d3368ac8e0d0ccb2fd0b8b6599bf6a3a90 Mon Sep 17 00:00:00 2001 From: Dr Serge Victor Date: Sun, 21 Jul 2019 07:50:13 +0700 Subject: [PATCH] Correction of minor inaccuracy and misprint --- examples/NMEASDlog/NMEASDlog.ino | 4 ++-- examples/Tabular/Tabular.ino | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/NMEASDlog/NMEASDlog.ino b/examples/NMEASDlog/NMEASDlog.ino index f4d1945..c6a5b74 100644 --- a/examples/NMEASDlog/NMEASDlog.ino +++ b/examples/NMEASDlog/NMEASDlog.ino @@ -200,7 +200,7 @@ static void GPSloop() // If you like the CSV format implemented in Streamers.h, // you could replace all these prints with - // trace_all( logFile, fix ); // uncomment include Streamers.h + // trace_all( logFile, gps, fix ); // uncomment include Streamers.h printL( logfile, fix.latitudeL() ); logfile.print( ',' ); @@ -430,4 +430,4 @@ void initSD() //trace_header( logfile ); // and uncomment #include Streamers.h #endif -} // initSD \ No newline at end of file +} // initSD diff --git a/examples/Tabular/Tabular.ino b/examples/Tabular/Tabular.ino index e52c5db..383fefc 100644 --- a/examples/Tabular/Tabular.ino +++ b/examples/Tabular/Tabular.ino @@ -3,7 +3,7 @@ NMEAGPS gps; //====================================================================== -// Program: SyncTime.ino +// Program: Tabular.ino // // Description: This program displays all GPS fields in the default configuration // in a tabular display. To be comparable to other libraries' tabular displays,