Skip to content

Commit adb3dac

Browse files
mail test: fix out of memory problem for NUCLEO_F070RB
1 parent 1566395 commit adb3dac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TESTS/mbedmicro-rtos-mbed/mail/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
using namespace utest::v1;
2727

28-
#define THREAD_STACK_SIZE 384 /* larger stack cause out of memory on some 16kB RAM boards in multi thread test*/
28+
#define THREAD_STACK_SIZE 320 /* larger stack cause out of heap memory on some 16kB RAM boards in multi thread test*/
2929
#define QUEUE_SIZE 16
3030
#define THREAD_1_ID 1
3131
#define THREAD_2_ID 2

0 commit comments

Comments
 (0)