Skip to content

Commit

Permalink
fix(usb_serial_jtag): Increase stack size on serial_jtag example,
Browse files Browse the repository at this point in the history
Closes #13245
  • Loading branch information
mythbuster5 committed Mar 27, 2024
1 parent 5fa57d1 commit 569c752
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#include "esp_check.h"

#define BUF_SIZE (1024)
#define ECHO_TASK_STACK_SIZE (2048)
#define ECHO_TASK_STACK_SIZE (4096)

static void echo_task(void *arg)
{
Expand Down

0 comments on commit 569c752

Please sign in to comment.