feat(lwip): udp sync return real result

This commit is contained in:
Dong Heng
2018-07-31 14:38:16 +08:00
parent 94bac51c12
commit af17c341ec

View File

@ -111,8 +111,7 @@ void udp_sync_ack(void *in_msg)
s_udp_sync[s].ret = ERR_OK;
s_udp_sync_num--;
/* Todo: return real result */
msg->err = ESP_OK;
ESP_LOGD(TAG, "UDP sync ret %d", s_udp_sync[s].ret);
TCPIP_APIMSG_ACK(msg);
} else {