From 2a34d48836e0f2b0c8ddb4160ccecec9e117c472 Mon Sep 17 00:00:00 2001 From: Rick Sellens Date: Sat, 18 Jan 2020 11:09:42 -0500 Subject: [PATCH] another space --- Adafruit_GPS.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Adafruit_GPS.cpp b/Adafruit_GPS.cpp index ac7e496..6315222 100644 --- a/Adafruit_GPS.cpp +++ b/Adafruit_GPS.cpp @@ -206,7 +206,7 @@ boolean Adafruit_GPS::parse(char *nmea) { } #ifdef NMEA_EXTENSIONS // Sentences not required for basic GPS functionality - else if (!strcmp(thisSentence,"TXT")) { //*******************************TXT + else if (!strcmp(thisSentence, "TXT")) { //*******************************TXT if (!isEmpty(p)) txtTot = atoi(p); p = strchr(p, ',') + 1;