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 Jul 18, 2023
1 parent 8841fbb commit 1242800
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 1242800

Please sign in to comment.