mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-06-02 11:03:21 +00:00
Increase CaptureThread stack, now that File is created in new thread.
This commit is contained in:
parent
0d6103916d
commit
a2a2de9a23
@ -78,7 +78,7 @@ public:
|
|||||||
file_path { std::move(file_path) }
|
file_path { std::move(file_path) }
|
||||||
{
|
{
|
||||||
// Need significant stack for FATFS
|
// Need significant stack for FATFS
|
||||||
thread = chThdCreateFromHeap(NULL, 1024, NORMALPRIO + 10, CaptureThread::static_fn, this);
|
thread = chThdCreateFromHeap(NULL, 2048, NORMALPRIO + 10, CaptureThread::static_fn, this);
|
||||||
}
|
}
|
||||||
|
|
||||||
~CaptureThread() {
|
~CaptureThread() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user