modefy initialization for dgps_age
modefy initialization for dgps_age
This commit is contained in:
parent
c4a5a01d66
commit
79b964a5b2
2
tests.c
2
tests.c
@ -519,7 +519,7 @@ START_TEST(test_minmea_parse_gga1)
|
|||||||
.altitude_units = 'M',
|
.altitude_units = 'M',
|
||||||
.height = { 469, 10 },
|
.height = { 469, 10 },
|
||||||
.height_units = 'M',
|
.height_units = 'M',
|
||||||
.dgps_age = 0,
|
.dgps_age = { 0, 10 },
|
||||||
};
|
};
|
||||||
ck_assert(minmea_check(sentence, false) == true);
|
ck_assert(minmea_check(sentence, false) == true);
|
||||||
ck_assert(minmea_check(sentence, true) == true);
|
ck_assert(minmea_check(sentence, true) == true);
|
||||||
|
Loading…
Reference in New Issue
Block a user