mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-12-25 15:29:37 -05:00
SD debug: Enlarge stack for long filenames, etc.
This commit is contained in:
parent
ed791ac5bd
commit
81517b3f4d
@ -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…
Reference in New Issue
Block a user