Skip to content

Commit

Permalink
Change stack size to fix assertion (#12095)
Browse files Browse the repository at this point in the history
  • Loading branch information
michalbudzon-q authored and pull[bot] committed Jan 22, 2022
1 parent ed88d4a commit 1466768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/lock-app/qpg/src/AppTask.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ using namespace chip::DeviceLayer;

#define FACTORY_RESET_TRIGGER_TIMEOUT 3000
#define FACTORY_RESET_CANCEL_WINDOW_TIMEOUT 3000
#define APP_TASK_STACK_SIZE (2048)
#define APP_TASK_STACK_SIZE (3072)
#define APP_TASK_PRIORITY 2
#define APP_EVENT_QUEUE_SIZE 10

Expand Down

0 comments on commit 1466768

Please sign in to comment.