mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-06-19 21:39:07 +08:00
Merge branch 'feature/lwip_udp_sync_return_real_result' into 'master'
udp sync return real result See merge request sdk/ESP8266_RTOS_SDK!354
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