mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-31 15:41:02 +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);
|
||||
|
||||
#if ESP_UDP
|
||||
udp_sync_trigger();
|
||||
#endif
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user