Move IIR code into .cpp file.

A few hundred more text section bytes saved.
This commit is contained in:
Jared Boone
2015-12-31 10:52:28 -08:00
parent 9fb22dfd1f
commit 316d5d433b
3 changed files with 54 additions and 24 deletions
+1
View File
@@ -148,6 +148,7 @@ CPPSRC = main.cpp \
packet_builder.cpp \
dsp_fft.cpp \
dsp_fir_taps.cpp \
dsp_iir.cpp \
fxpt_atan2.cpp \
rssi.cpp \
rssi_dma.cpp \