mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-29 17:17:28 -04:00
Increase CaptureThread stack, now that File is created in new thread.
This commit is contained in:
parent
0d6103916d
commit
a2a2de9a23
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue