forked from M-Labs/zynq-rs
eth: rm obsolete TODO
This commit is contained in:
parent
bfb3a00a4e
commit
4bc1d21ae9
|
@ -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)
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue