diff --git a/firmware/baseband/main.cpp b/firmware/baseband/main.cpp index fb3d2c39..f5b0e1eb 100755 --- a/firmware/baseband/main.cpp +++ b/firmware/baseband/main.cpp @@ -40,17 +40,9 @@ #include "touch_dma.hpp" -#include "dsp_decimate.hpp" -#include "dsp_demodulate.hpp" -#include "dsp_fir_taps.hpp" -#include "dsp_iir.hpp" -#include "dsp_iir_config.hpp" -#include "dsp_squelch.hpp" - #include "baseband_stats_collector.hpp" #include "rssi_stats_collector.hpp" -#include "channel_decimator.hpp" #include "baseband_processor.hpp" #include "proc_am_audio.hpp" #include "proc_nfm_audio.hpp" @@ -60,9 +52,6 @@ #include "proc_tpms.hpp" #include "proc_ert.hpp" -#include "clock_recovery.hpp" -#include "packet_builder.hpp" - #include "message_queue.hpp" #include "utility.hpp" @@ -77,8 +66,6 @@ #include #include #include -#include -#include class ThreadBase { public: