docs: replace old reference to TCPIP_APIMSG with netconn_apimsg

This commit is contained in:
Joel Cunningham 2017-10-29 16:52:03 -05:00
parent 08ec234127
commit d39e8cd827

View File

@ -1357,7 +1357,7 @@ lwip_netconn_do_connect(void *m)
}
}
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. */
TCPIP_APIMSG_ACK(msg);
}