mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-12-14 09:22:09 +08:00
fix(lwip): Fix UDP sync send error
This commit is contained in:
@@ -43,7 +43,7 @@ void udp_sync_ack(void *in_msg);
|
||||
*
|
||||
* @param ret current message send result
|
||||
*/
|
||||
void udp_sync_set_ret(int ret);
|
||||
void udp_sync_set_ret(void *netif, int ret);
|
||||
|
||||
/*
|
||||
* @brief process the sync
|
||||
|
||||
Reference in New Issue
Block a user