mirror of https://github.com/ARMmbed/mbed-os.git
semaphore test: fix out of memory problem for NUCLEO_F070RB
parent
1566395323
commit
1c39f5b37e
|
@ -30,7 +30,7 @@ using namespace utest::v1;
|
|||
#define SEM_CHANGES 100
|
||||
#define SHORT_WAIT 5
|
||||
|
||||
#define THREAD_STACK_SIZE 512
|
||||
#define THREAD_STACK_SIZE 320 /* larger stack cause out of heap memory on some 16kB RAM boards in multi thread test*/
|
||||
|
||||
Semaphore two_slots(SEMAPHORE_SLOTS);
|
||||
|
||||
|
|
Loading…
Reference in New Issue