kopia lustrzana https://github.com/espressif/esp-idf
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!29866pull/13550/head
commit
bd7f870c21
|
@ -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)
|
||||
{
|
||||
|
|
Ładowanie…
Reference in New Issue