mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 19:24:33 +02:00
lwip:bugfix for increase ping task stack size
This commit is contained in:
@@ -88,7 +88,7 @@ typedef struct {
|
||||
.tos = 0, \
|
||||
.ttl = IP_DEFAULT_TTL, \
|
||||
.target_addr = *(IP_ANY_TYPE), \
|
||||
.task_stack_size = 2048, \
|
||||
.task_stack_size = 2048 + TASK_EXTRA_STACK_SIZE, \
|
||||
.task_prio = 2, \
|
||||
.interface = 0,\
|
||||
}
|
||||
|
Reference in New Issue
Block a user