mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-11-26 14:46:23 -05:00
SD debug: Enlarge stack for long filenames, etc.
This commit is contained in:
parent
ed791ac5bd
commit
81517b3f4d
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ public:
|
||||||
|
|
||||||
SDCardTestThread(
|
SDCardTestThread(
|
||||||
) {
|
) {
|
||||||
thread = chThdCreateFromHeap(NULL, 2048, NORMALPRIO + 10, SDCardTestThread::static_fn, this);
|
thread = chThdCreateFromHeap(NULL, 3072, NORMALPRIO + 10, SDCardTestThread::static_fn, this);
|
||||||
}
|
}
|
||||||
|
|
||||||
Result result() const {
|
Result result() const {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue