From 4bc1d21ae99c40a892305aeb35e2c0d8bea34e9e Mon Sep 17 00:00:00 2001 From: Astro Date: Sun, 18 Aug 2019 22:44:33 +0200 Subject: [PATCH] eth: rm obsolete TODO --- src/eth/mod.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/eth/mod.rs b/src/eth/mod.rs index d606a0f3..08db5007 100644 --- a/src/eth/mod.rs +++ b/src/eth/mod.rs @@ -305,7 +305,6 @@ impl Eth { // 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) );