Extract BasebandProcessor into separate files.

This commit is contained in:
Jared Boone
2015-08-27 11:11:08 -07:00
parent b0e9afe26c
commit 6bf61cbe88
4 changed files with 201 additions and 116 deletions

View File

@@ -129,6 +129,7 @@ CPPSRC = main.cpp \
gpdma.cpp \
baseband_dma.cpp \
portapack_shared_memory.cpp \
baseband_processor.cpp \
channel_decimator.cpp \
dsp_decimate.cpp \
dsp_demodulate.cpp \