Browse Source

samples: posix: gettimeofday: Fix fatal error caused by small stack

Fix #68727.

Signed-off-by: Cui Wei <chris.wei.cui@foxmail.com>
pull/68974/head
Cui Wei 1 year ago committed by Henrik Brix Andersen
parent
commit
cdb8f3cc47
  1. 2
      samples/posix/gettimeofday/prj.conf

2
samples/posix/gettimeofday/prj.conf

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
# General config
CONFIG_MAIN_STACK_SIZE=1088
CONFIG_MAIN_STACK_SIZE=2048
CONFIG_REQUIRES_FULL_LIBC=y
CONFIG_POSIX_API=y
CONFIG_SNTP=y

Loading…
Cancel
Save