Skip to content

Commit

Permalink
Increase APP_TASK_STACK_SIZE
Browse files Browse the repository at this point in the history
  • Loading branch information
rosahay-silabs committed Nov 3, 2023
1 parent 8fc3b57 commit 1428206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/platform/silabs/BaseApplication.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
#define FACTORY_RESET_TRIGGER_TIMEOUT 3000
#define FACTORY_RESET_CANCEL_WINDOW_TIMEOUT 3000
#ifndef APP_TASK_STACK_SIZE
#define APP_TASK_STACK_SIZE (4096)
#define APP_TASK_STACK_SIZE (4096 + 256)
#endif
#define APP_TASK_PRIORITY 2
#define APP_EVENT_QUEUE_SIZE 10
Expand Down

0 comments on commit 1428206

Please sign in to comment.