Skip to content

Commit

Permalink
Merge branch 'bugfix/usj_stask_size' into 'master'
Browse files Browse the repository at this point in the history
fix(usb_serial_jtag): Increase stack size on serial_jtag example

Closes IDFGH-12190

See merge request espressif/esp-idf!29866
  • Loading branch information
mythbuster5 committed Mar 27, 2024
2 parents 333e8aa + 569c752 commit bd7f870
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 bd7f870

Please sign in to comment.