Cheaper airspy matching

This commit is contained in:
Ian Gulliver
2016-02-14 07:11:26 +00:00
parent 51690ba0df
commit f7bee3ce44
4 changed files with 13 additions and 13 deletions

View File

@@ -131,7 +131,6 @@ int loop(int bfd) {
buf_alias(&tmp, &buf);
while (airspy_adsb_parse(&tmp, &packet)) {
buf_alias(&buf, &tmp);
fprintf(stderr, "packet!\n");
}
if (buf.length == BUF_LEN) {