fix(lwip): Fix compiling error when disable UDP sync

This commit is contained in:
Dong Heng
2018-09-18 16:02:49 +08:00
parent 39e5551cbd
commit bf87f32502

View File

@@ -208,7 +208,9 @@ static int low_level_send_cb(esp_aio_t *aio)
pbuf_free(pbuf);
#if ESP_UDP
udp_sync_trigger();
#endif
return 0;
}