fix(esp_eth): removed deadcode from emac

This commit is contained in:
Ondrej Kosta
2025-01-07 17:01:36 +01:00
parent f029ad207f
commit 5c9da4a13b

View File

@@ -446,7 +446,6 @@ static void emac_esp32_rx_task(void *arg)
#endif
} while (emac->frames_remain);
}
vTaskDelete(NULL);
}
static esp_err_t emac_config_pll_clock(emac_esp32_t *emac)