Skip to content

Commit

Permalink
fixup! 81540b0
Browse files Browse the repository at this point in the history
Co-authored-by: Teufelchen <9516484+Teufelchen1@users.noreply.github.com>
  • Loading branch information
chrysn and Teufelchen1 authored Oct 2, 2024
1 parent 3ad4fea commit 8aad919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/rust-gcoap/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8aad919

Please sign in to comment.