SD debug: Enlarge stack for long filenames, etc.

This commit is contained in:
Jared Boone 2016-08-21 22:16:08 -07:00
parent ed791ac5bd
commit 81517b3f4d

View File

@ -63,7 +63,7 @@ public:
SDCardTestThread(
) {
thread = chThdCreateFromHeap(NULL, 2048, NORMALPRIO + 10, SDCardTestThread::static_fn, this);
thread = chThdCreateFromHeap(NULL, 3072, NORMALPRIO + 10, SDCardTestThread::static_fn, this);
}
Result result() const {