diff --git a/examples/gps/gps_main.c b/examples/gps/gps_main.c index ef9a886b0..b67624e3f 100644 --- a/examples/gps/gps_main.c +++ b/examples/gps/gps_main.c @@ -137,6 +137,7 @@ int main(int argc, FAR char *argv[]) case MINMEA_SENTENCE_GBS: case MINMEA_SENTENCE_VTG: case MINMEA_SENTENCE_ZDA: + case MINMEA_SENTENCE_LOR_LSQ: { } break;