mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-26 03:16:18 +00:00
tcpip_thread_poll_one: remove invalid comment in this function
This commit is contained in:
parent
eb51b683ed
commit
0b2b22338a
@ -215,7 +215,6 @@ tcpip_thread_poll_one(void)
|
||||
int ret = 0;
|
||||
struct tcpip_msg *msg;
|
||||
|
||||
/* wait for a message, timeouts are processed while waiting */
|
||||
if (sys_arch_mbox_tryfetch(&tcpip_mbox, (void **)&msg) != SYS_ARCH_TIMEOUT) {
|
||||
LOCK_TCPIP_CORE();
|
||||
if (msg != NULL) {
|
||||
|
Loading…
Reference in New Issue
Block a user