Merge branch 'bugfix/usj_stask_size' into 'master'

fix(usb_serial_jtag): Increase stack size on serial_jtag example

Closes IDFGH-12190

See merge request espressif/esp-idf!29866
pull/13550/head
C.S.M 2024-03-27 18:49:55 +08:00
commit bd7f870c21
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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)
{