We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1566395 commit adb3dacCopy full SHA for adb3dac
TESTS/mbedmicro-rtos-mbed/mail/main.cpp
@@ -25,7 +25,7 @@
25
26
using namespace utest::v1;
27
28
-#define THREAD_STACK_SIZE 384 /* larger stack cause out of memory on some 16kB RAM boards in multi thread test*/
+#define THREAD_STACK_SIZE 320 /* larger stack cause out of heap memory on some 16kB RAM boards in multi thread test*/
29
#define QUEUE_SIZE 16
30
#define THREAD_1_ID 1
31
#define THREAD_2_ID 2
0 commit comments