mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 20:41:14 +00:00
Revert "Merge branch 'feature/vfs_select' into 'master'"
This reverts merge request !2074
This commit is contained in:
@@ -420,7 +420,7 @@ static void mcast_example_task(void *pvParameters)
|
||||
FD_ZERO(&rfds);
|
||||
FD_SET(sock, &rfds);
|
||||
|
||||
int s = select(sock + 1, &rfds, NULL, NULL, &tv);
|
||||
int s = lwip_select(sock + 1, &rfds, NULL, NULL, &tv);
|
||||
if (s < 0) {
|
||||
ESP_LOGE(TAG, "Select failed: errno %d", errno);
|
||||
err = -1;
|
||||
|
Reference in New Issue
Block a user