Fix CI crash because switch() as missing NMEA sentences

This commit is contained in:
Alan Carvalho de Assis 2022-11-12 18:42:06 -03:00 committed by Petro Karashchenko
parent 902ae591b1
commit 46fac8c851

View File

@ -133,6 +133,9 @@ int main(int argc, FAR char *argv[])
case MINMEA_SENTENCE_GLL:
case MINMEA_SENTENCE_GST:
case MINMEA_SENTENCE_GSV:
case MINMEA_SENTENCE_GBS:
case MINMEA_SENTENCE_VTG:
case MINMEA_SENTENCE_ZDA:
{
}
break;