semaphore test: fix out of memory problem for NUCLEO_F070RB

pull/5377/head
Maciej Bocianski 2017-10-25 09:06:40 +02:00
parent 1566395323
commit 1c39f5b37e
1 changed files with 1 additions and 1 deletions

View File

@ -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);