mirror of
https://github.com/kelvinlawson/atomthreads.git
synced 2026-01-11 10:16:37 +01:00
Increase main thread stack size due to expensive printf()
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user