Adjust test thread stack size, make all tests pass

This commit is contained in:
Philipp Klaus Krause
2016-06-23 09:56:41 +02:00
parent 7894d81367
commit e21c3defc6

View File

@@ -46,7 +46,7 @@
#define _STR #define _STR
/* Default thread stack size (in bytes) */ /* Default thread stack size (in bytes) */
#define TEST_THREAD_STACK_SIZE 128 #define TEST_THREAD_STACK_SIZE 192
/* Uncomment to enable logging of stack usage to UART */ /* Uncomment to enable logging of stack usage to UART */
#define TESTS_LOG_STACK_USAGE #define TESTS_LOG_STACK_USAGE