Skip to content

Commit 5c9da4a

Browse files
committed
fix(esp_eth): removed deadcode from emac
1 parent f029ad2 commit 5c9da4a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

components/esp_eth/src/mac/esp_eth_mac_esp.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,6 @@ static void emac_esp32_rx_task(void *arg)
446446
#endif
447447
} while (emac->frames_remain);
448448
}
449-
vTaskDelete(NULL);
450449
}
451450

452451
static esp_err_t emac_config_pll_clock(emac_esp32_t *emac)

0 commit comments

Comments
 (0)