Skip to content

Commit

Permalink
app: Increase app module stack size
Browse files Browse the repository at this point in the history
The stack size was right on the limit for overflowing. Increasing
to avoid that.

Signed-off-by: Jan Tore Guggedal <[email protected]>
  • Loading branch information
jtguggedal committed Oct 10, 2024
1 parent a4bd848 commit 8f7d61e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/modules/app/Kconfig.app
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ menu "App"

config APP_MODULE_THREAD_STACK_SIZE
int "Thread stack size"
default 2500
default 2700

config APP_MODULE_WATCHDOG_TIMEOUT_SECONDS
int "Watchdog timeout seconds"
Expand Down

0 comments on commit 8f7d61e

Please sign in to comment.