diff options
| author | ckgt <ckarlsson25@gmail.com> | 2018-03-17 19:04:40 -0400 |
|---|---|---|
| committer | ckgt <ckarlsson25@gmail.com> | 2018-03-17 19:04:40 -0400 |
| commit | 3f186dbbaf220a34eccd3b8854357e54a03d112f (patch) | |
| tree | aa504ad67297ba63e7b197476d674c624ee8e70c | |
| parent | e1de178c2bc00625609357233a86dcb6a4c029d8 (diff) | |
Fixed invalid comment
| -rw-r--r-- | demo_advanced.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demo_advanced.cpp b/demo_advanced.cpp index bc1670c..1a99cd1 100644 --- a/demo_advanced.cpp +++ b/demo_advanced.cpp @@ -25,7 +25,7 @@ int main(int argc, char** argv){ // Create a GPS service that will keep track of the fix data. NMEAParser parser; GPSService gps(parser); - //gps.parser.log = true; // true: will spit out all sorts of parse info on each sentence. + //parser.log = true; // true: will spit out all sorts of parse info on each sentence. // Handle events when the lock state changes gps.onLockStateChanged += [](bool newlock){ |
