mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-01 11:06:30 -04:00
Move baseband working buffers from member variables to stack.
It's temporary, after all...
This commit is contained in:
parent
e7be7c5121
commit
fea5dd536f
11 changed files with 6 additions and 6 deletions
|
@ -57,6 +57,7 @@ TPMSProcessor::TPMSProcessor() {
|
|||
void TPMSProcessor::execute(const buffer_c8_t& buffer) {
|
||||
/* 2.4576MHz, 2048 samples */
|
||||
|
||||
std::array<complex16_t, 512> dst;
|
||||
const buffer_c16_t dst_buffer {
|
||||
dst.data(),
|
||||
dst.size()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue