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

View File

@@ -10,5 +10,5 @@ clean:
%.o: %.c *.h
$(CC) -c $(CFLAGS) $< -o $@
adsbus: adsbus.o
$(CC) $(LDFLAGS) -o adsbus adsbus.o
adsbus: adsbus.o airspy_adsb.o common.o
$(CC) $(LDFLAGS) -o adsbus adsbus.o airspy_adsb.o common.o