Fix CI crash because switch() as missing NMEA sentences
This commit is contained in:
parent
902ae591b1
commit
46fac8c851
@ -133,6 +133,9 @@ int main(int argc, FAR char *argv[])
|
|||||||
case MINMEA_SENTENCE_GLL:
|
case MINMEA_SENTENCE_GLL:
|
||||||
case MINMEA_SENTENCE_GST:
|
case MINMEA_SENTENCE_GST:
|
||||||
case MINMEA_SENTENCE_GSV:
|
case MINMEA_SENTENCE_GSV:
|
||||||
|
case MINMEA_SENTENCE_GBS:
|
||||||
|
case MINMEA_SENTENCE_VTG:
|
||||||
|
case MINMEA_SENTENCE_ZDA:
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user