mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-06-07 06:28:03 +08:00
fix(lwip): Fix compiling error when disable UDP sync
This commit is contained in:
@ -238,7 +238,9 @@ static int low_level_send_cb(esp_aio_t* aio)
|
|||||||
|
|
||||||
pbuf_free(pbuf);
|
pbuf_free(pbuf);
|
||||||
|
|
||||||
|
#if ESP_UDP
|
||||||
udp_sync_trigger();
|
udp_sync_trigger();
|
||||||
|
#endif
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user