Skip to content

Commit

Permalink
Separate 2.4MHz demodulator into its own file.
Browse files Browse the repository at this point in the history
  • Loading branch information
mutability committed Jan 19, 2015
1 parent a6542b5 commit f753c2d
Show file tree
Hide file tree
Showing 6 changed files with 573 additions and 501 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ all: dump1090 view1090
%.o: %.c dump1090.h
$(CC) $(CPPFLAGS) $(CFLAGS) $(EXTRACFLAGS) -c $<

dump1090: dump1090.o anet.o interactive.o mode_ac.o mode_s.o net_io.o crc.o demod_2000.o
dump1090: dump1090.o anet.o interactive.o mode_ac.o mode_s.o net_io.o crc.o demod_2000.o demod_2400.o
$(CC) -g -o dump1090 $^ $(LIBS) $(LIBS_RTL) $(LDFLAGS)

view1090: view1090.o anet.o interactive.o mode_ac.o mode_s.o net_io.o crc.o
Expand Down
Loading

0 comments on commit f753c2d

Please sign in to comment.