mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-14 15:37:43 +00:00
BasebandProcessor interface change to pass references, not copies.
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
#include "i2s.hpp"
|
||||
using namespace lpc43xx;
|
||||
|
||||
void TPMSProcessor::execute(buffer_c8_t buffer) {
|
||||
void TPMSProcessor::execute(buffer_c8_t& buffer) {
|
||||
/* 2.4576MHz, 2048 samples */
|
||||
|
||||
auto decimator_out = decimator.execute(buffer);
|
||||
|
Reference in New Issue
Block a user