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

This commit is contained in:
Dong Heng
2018-09-18 15:54:32 +08:00
parent 3d8c5fa0a0
commit aa0317bdb9

View File

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