mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-15 00:47:42 +00:00
Use BasebandProcessor::mute_audio(), remove I2S #include dependencies.
This commit is contained in:
@@ -23,9 +23,6 @@
|
||||
|
||||
#include "portapack_shared_memory.hpp"
|
||||
|
||||
#include "i2s.hpp"
|
||||
using namespace lpc43xx;
|
||||
|
||||
#include "dsp_fir_taps.hpp"
|
||||
|
||||
// IFIR image-reject filter: fs=2457600, pass=100000, stop=407200, decim=4, fout=614400
|
||||
@@ -77,7 +74,7 @@ void TPMSProcessor::execute(const buffer_c8_t& buffer) {
|
||||
}
|
||||
}
|
||||
|
||||
i2s::i2s0::tx_mute();
|
||||
mute_audio();
|
||||
}
|
||||
|
||||
void TPMSProcessor::consume_symbol(
|
||||
|
Reference in New Issue
Block a user