Commit 81125feb authored by Anas Nashif's avatar Anas Nashif Committed by Anas Nashif
Browse files

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: default avatarAnas Nashif <anas.nashif@intel.com>
parent 7eb9c884
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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
% =============