Get to where we're actually finding airspy packet boundaries.

This commit is contained in:
Ian Gulliver
2016-02-14 06:20:17 +00:00
parent 34fec2dee8
commit 51690ba0df
6 changed files with 127 additions and 53 deletions

3
airspy_adsb.h Normal file
View File

@@ -0,0 +1,3 @@
#include <stdbool.h>
bool airspy_adsb_parse(struct buf *, struct packet *);