mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-06-24 17:09:16 +08:00
feat(lwip): udp sync return real result
This commit is contained in:
@ -111,8 +111,7 @@ void udp_sync_ack(void *in_msg)
|
|||||||
s_udp_sync[s].ret = ERR_OK;
|
s_udp_sync[s].ret = ERR_OK;
|
||||||
s_udp_sync_num--;
|
s_udp_sync_num--;
|
||||||
|
|
||||||
/* Todo: return real result */
|
ESP_LOGD(TAG, "UDP sync ret %d", s_udp_sync[s].ret);
|
||||||
msg->err = ESP_OK;
|
|
||||||
|
|
||||||
TCPIP_APIMSG_ACK(msg);
|
TCPIP_APIMSG_ACK(msg);
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user