mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-21 19:37:49 +00:00
Clean up #includes.
This commit is contained in:
@@ -21,6 +21,8 @@
|
|||||||
|
|
||||||
#include "proc_am_audio.hpp"
|
#include "proc_am_audio.hpp"
|
||||||
|
|
||||||
|
#include <array>
|
||||||
|
|
||||||
void NarrowbandAMAudio::execute(const buffer_c8_t& buffer) {
|
void NarrowbandAMAudio::execute(const buffer_c8_t& buffer) {
|
||||||
if( !configured ) {
|
if( !configured ) {
|
||||||
return;
|
return;
|
||||||
|
@@ -24,17 +24,14 @@
|
|||||||
|
|
||||||
#include "baseband_processor.hpp"
|
#include "baseband_processor.hpp"
|
||||||
|
|
||||||
#include "channel_decimator.hpp"
|
|
||||||
#include "dsp_decimate.hpp"
|
#include "dsp_decimate.hpp"
|
||||||
#include "dsp_demodulate.hpp"
|
#include "dsp_demodulate.hpp"
|
||||||
#include "dsp_fir_taps.hpp"
|
|
||||||
#include "dsp_iir.hpp"
|
#include "dsp_iir.hpp"
|
||||||
#include "dsp_iir_config.hpp"
|
#include "dsp_iir_config.hpp"
|
||||||
|
|
||||||
#include "spectrum_collector.hpp"
|
#include "spectrum_collector.hpp"
|
||||||
|
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
#include <array>
|
|
||||||
|
|
||||||
class NarrowbandAMAudio : public BasebandProcessor {
|
class NarrowbandAMAudio : public BasebandProcessor {
|
||||||
public:
|
public:
|
||||||
|
@@ -30,8 +30,6 @@
|
|||||||
#include "dsp_iir_config.hpp"
|
#include "dsp_iir_config.hpp"
|
||||||
#include "dsp_squelch.hpp"
|
#include "dsp_squelch.hpp"
|
||||||
|
|
||||||
#include "message.hpp"
|
|
||||||
|
|
||||||
#include "spectrum_collector.hpp"
|
#include "spectrum_collector.hpp"
|
||||||
|
|
||||||
class NarrowbandFMAudio : public BasebandProcessor {
|
class NarrowbandFMAudio : public BasebandProcessor {
|
||||||
|
@@ -24,10 +24,8 @@
|
|||||||
|
|
||||||
#include "baseband_processor.hpp"
|
#include "baseband_processor.hpp"
|
||||||
|
|
||||||
#include "channel_decimator.hpp"
|
|
||||||
#include "dsp_decimate.hpp"
|
#include "dsp_decimate.hpp"
|
||||||
#include "dsp_demodulate.hpp"
|
#include "dsp_demodulate.hpp"
|
||||||
#include "dsp_fir_taps.hpp"
|
|
||||||
#include "dsp_iir.hpp"
|
#include "dsp_iir.hpp"
|
||||||
#include "dsp_iir_config.hpp"
|
#include "dsp_iir_config.hpp"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user