mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-08-06 07:00:05 +08:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user