feat(lwip): Modify lwip main task priority.

esp-idf's value is "configMAX_PRIORITIES-7", so with the fix they are same.
This commit is contained in:
Dong Heng
2018-07-27 19:08:27 +08:00
parent ea34c2af21
commit 5410921e61

View File

@ -1223,7 +1223,7 @@ void *memp_malloc_ll(size_t type);
* The priority value itself is platform-dependent, but is passed to
* sys_thread_new() when the thread is created.
*/
#define TCPIP_THREAD_PRIO (configMAX_PRIORITIES-5)
#define TCPIP_THREAD_PRIO (configMAX_PRIORITIES-7)
/**
* TCPIP_MBOX_SIZE: The mailbox size for the tcpip thread messages