mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-26 03:16:18 +00:00
docs: replace old reference to TCPIP_APIMSG with netconn_apimsg
This commit is contained in:
parent
08ec234127
commit
d39e8cd827
@ -1357,7 +1357,7 @@ lwip_netconn_do_connect(void *m)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
msg->err = err;
|
msg->err = err;
|
||||||
/* For all other protocols, netconn_connect() calls TCPIP_APIMSG(),
|
/* For all other protocols, netconn_connect() calls netconn_apimsg(),
|
||||||
so use TCPIP_APIMSG_ACK() here. */
|
so use TCPIP_APIMSG_ACK() here. */
|
||||||
TCPIP_APIMSG_ACK(msg);
|
TCPIP_APIMSG_ACK(msg);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user