Increase main thread stack size due to expensive printf()

This commit is contained in:
Philipp Klaus Krause
2016-06-21 16:49:37 +02:00
parent 2944d95d86
commit 7894d81367

View File

@@ -78,7 +78,7 @@
* future as the codebase changes but for the time being is enough to
* cope with all of the automated tests.
*/
#define MAIN_STACK_SIZE_BYTES 256
#define MAIN_STACK_SIZE_BYTES 384
/*