From d39e8cd8271e29808b19e198da9ef2a5a0f5a614 Mon Sep 17 00:00:00 2001 From: Joel Cunningham Date: Sun, 29 Oct 2017 16:52:03 -0500 Subject: [PATCH] docs: replace old reference to TCPIP_APIMSG with netconn_apimsg --- src/api/api_msg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/api_msg.c b/src/api/api_msg.c index 1cc2cc96..023a4781 100644 --- a/src/api/api_msg.c +++ b/src/api/api_msg.c @@ -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); }