eth: rm obsolete TODO

multiprocessing
Astro 2019-08-18 22:44:33 +02:00
parent bfb3a00a4e
commit 4bc1d21ae9
1 changed files with 0 additions and 1 deletions

View File

@ -305,7 +305,6 @@ impl<RX, TX> Eth<RX, TX> {
// Remove 4-byte Frame CheckSum
.fcs_remove(true)
// One of the slower speeds
// TODO: calculate properly
.mdc_clk_div((mdc_clk_div >> 4).min(0b111) as u8)
);