From 8aad9191a7e0df5687b501c32aebee400bbef455 Mon Sep 17 00:00:00 2001 From: chrysn Date: Wed, 2 Oct 2024 13:24:50 +0200 Subject: [PATCH] fixup! 81540b012d0ad1cdc8daa801b2ed85b43480f90d Co-authored-by: Teufelchen <9516484+Teufelchen1@users.noreply.github.com> --- examples/rust-gcoap/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/rust-gcoap/Makefile b/examples/rust-gcoap/Makefile index 0619f2d9f50ca..e610f585cd8fa 100644 --- a/examples/rust-gcoap/Makefile +++ b/examples/rust-gcoap/Makefile @@ -36,7 +36,7 @@ DEVELHELP ?= 1 # Change this to 0 show compiler invocation lines by default: QUIET ?= 1 -# Add 16k extra stack: The Rust examples take more of it than gcoap expects, +# Add 12k extra stack: The Rust examples take more of it than gcoap expects, # for reasons that are not fully understood (it's not the string formatter). CFLAGS += -DGCOAP_STACK_SIZE='(THREAD_STACKSIZE_DEFAULT+DEBUG_EXTRA_STACKSIZE+sizeof(coap_pkt_t)+12288)' # This thread needs some more stack for printing the addresses, once more being