Commit 63e1f4a3 authored by Flavio Santes's avatar Flavio Santes Committed by Anas Nashif
Browse files

samples/logger-hook: Increase main stack size



This sample fails if the main stack size is 1024, so this patch
increases the value to 1280.

Change-Id: If5e21c09234e2ca8178e8dde684361844fababca
Signed-off-by: default avatarFlavio Santes <flavio.santes@intel.com>
parent b3195581
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -9,3 +9,5 @@ CONFIG_KERNEL_EVENT_LOGGER_BUFFER_SIZE=16
CONFIG_KERNEL_EVENT_LOGGER_CONTEXT_SWITCH=y
CONFIG_KERNEL_EVENT_LOGGER_INTERRUPT=y
CONFIG_KERNEL_EVENT_LOGGER_SLEEP=y

CONFIG_MAIN_STACK_SIZE=1280