Extract BasebandThread, ThreadBase to separate files.

This commit is contained in:
Jared Boone
2015-12-10 15:53:54 -08:00
parent 2808efac4c
commit e998014e57
5 changed files with 239 additions and 132 deletions

View File

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