another space
This commit is contained in:
parent
b982d8948e
commit
2a34d48836
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue