Skip to content

Commit cd8eec3

Browse files
committed
Compile fix for [TW#17880] console example crash espressif#1534.
1 parent 941fb5e commit cd8eec3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/sdk/include/esp32/esp_task.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
/* controller */
3636
#define ESP_TASK_BT_CONTROLLER_PRIO (ESP_TASK_PRIO_MAX - 2)
3737
#ifdef CONFIG_NEWLIB_NANO_FORMAT
38-
#define TASK_EXTRA_STACK_SIZE (0)
39-
#else
4038
#define TASK_EXTRA_STACK_SIZE (512)
39+
#else
40+
#define TASK_EXTRA_STACK_SIZE (1024)
4141
#endif
4242

4343
#define BT_TASK_EXTRA_STACK_SIZE TASK_EXTRA_STACK_SIZE

tools/sdk/lib/libesp32.a

1.55 KB
Binary file not shown.

0 commit comments

Comments
 (0)