mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-31 18:49:15 -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
|
@ -42,7 +42,7 @@
|
|||
|
||||
#include <array>
|
||||
|
||||
WORKING_AREA(baseband_thread_wa, 2048);
|
||||
WORKING_AREA(baseband_thread_wa, 4096);
|
||||
|
||||
Thread* BasebandThread::start(const tprio_t priority) {
|
||||
return chThdCreateStatic(baseband_thread_wa, sizeof(baseband_thread_wa),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue