mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-06-18 21:03:17 +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_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 {
|
||||
|
Reference in New Issue
Block a user