X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Ftest%2Fao_gps_test_ublox.c;h=31c7af60159867f1274d2f07b0b9c0bf3675921a;hb=b83876718b1a535ee04ca0351ad57814454ec646;hp=a0e04cb6a8659b802c81b6e149731020ca9df868;hpb=a4e4eec827d61a05fda52ddb68b55f17b6028d5e;p=fw%2Faltos diff --git a/src/test/ao_gps_test_ublox.c b/src/test/ao_gps_test_ublox.c index a0e04cb6..31c7af60 100644 --- a/src/test/ao_gps_test_ublox.c +++ b/src/test/ao_gps_test_ublox.c @@ -347,7 +347,7 @@ check_ublox_message(char *which, uint8_t *msg) void ao_dump_state(void *wchan) { - if (wchan == &ao_gps_data) + if (wchan == &ao_gps_new) ao_gps_show(); return; }