revert(lwip): Revert changes to LWIP task priority macro from MR 25020

This commit is contained in:
xuxiao
2023-10-11 17:54:27 +08:00
parent 2472c62fff
commit 31bb66813a
6 changed files with 8 additions and 7 deletions

View File

@@ -800,7 +800,7 @@ static inline uint32_t timeout_from_offered(uint32_t lease, uint32_t min)
* The priority value itself is platform-dependent, but is passed to
* sys_thread_new() when the thread is created.
*/
#define TCPIP_THREAD_PRIO CONFIG_LWIP_TCPIP_TASK_PRIO
#define TCPIP_THREAD_PRIO ESP_TASK_TCPIP_PRIO
/**
* TCPIP_MBOX_SIZE: The mailbox size for the tcpip thread messages