forked from Imagelibrary/lwip
docs: replace old reference to TCPIP_APIMSG with netconn_apimsg
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user