Skip to content

Commit

Permalink
Adjust rpi_pico default stack size
Browse files Browse the repository at this point in the history
  • Loading branch information
sashacmc committed Dec 19, 2024
1 parent aa64a2e commit 2f8b542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/system/rpi_pico/system.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ static void z_task_wrapper(void *arg) {
static z_task_attr_t z_default_task_attr = {
.name = "",
.priority = configMAX_PRIORITIES / 2,
.stack_depth = 5120,
.stack_depth = 1024,
};

/*------------------ Thread ------------------*/
Expand Down

0 comments on commit 2f8b542

Please sign in to comment.