samples: synchronization: reduce stack size used

This will allow this sample to run on systems with less than 8K SRAM.

Change-Id: Id3a1c826cfade09f91bc3b0dba3c98e386f5ab06
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2016-04-24 13:10:59 -04:00 committed by Anas Nashif
parent 7eb9c884bc
commit 81125feb06

View file

@ -2,8 +2,8 @@
% TASK NAME PRIO ENTRY STACK GROUPS
% ==================================
TASK TASKA 7 taskA 2048 [EXE]
TASK TASKB 7 taskB 2048 [EXE]
TASK TASKA 7 taskA 1024 [EXE]
TASK TASKB 7 taskB 1024 [EXE]
% SEMA NAME
% =============