This commit is contained in:
2025-08-12 14:22:03 -04:00
parent 1b71fe475a
commit fe056a6e96

View File

@@ -85,7 +85,6 @@ static void read_and_parse_nmea()
if(NULL == data) { if(NULL == data) {
printf("Failed to parse sentence!\n"); printf("Failed to parse sentence!\n");
return -1;
} }
if (NMEA_GPGLL == data->type) { if (NMEA_GPGLL == data->type) {