Explorar el Código

modefy initialization for dgps_age

modefy initialization for dgps_age
gdpinchina hace 7 años
padre
commit
79b964a5b2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tests.c

+ 1 - 1
tests.c

@@ -519,7 +519,7 @@ START_TEST(test_minmea_parse_gga1)
         .altitude_units = 'M',
         .height = { 469, 10 },
         .height_units = 'M',
-        .dgps_age = 0,
+        .dgps_age = { 0, 10 },
     };
     ck_assert(minmea_check(sentence, false) == true);
     ck_assert(minmea_check(sentence, true) == true);