mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-03 12:44:33 +02:00
fix(usb_serial_jtag): Increase stack size on serial_jtag example,
Closes https://github.com/espressif/esp-idf/issues/13245
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user