diff options
Diffstat (limited to 'embassy-net-adin1110/src/mdio.rs')
| -rw-r--r-- | embassy-net-adin1110/src/mdio.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-net-adin1110/src/mdio.rs b/embassy-net-adin1110/src/mdio.rs index 1ae5f0043..6fea9370e 100644 --- a/embassy-net-adin1110/src/mdio.rs +++ b/embassy-net-adin1110/src/mdio.rs | |||
| @@ -39,6 +39,7 @@ enum Reg13Op { | |||
| 39 | /// | 39 | /// |
| 40 | /// Clause 45 methodes are bases on <https://www.ieee802.org/3/efm/public/nov02/oam/pannell_oam_1_1102.pdf> | 40 | /// Clause 45 methodes are bases on <https://www.ieee802.org/3/efm/public/nov02/oam/pannell_oam_1_1102.pdf> |
| 41 | pub trait MdioBus { | 41 | pub trait MdioBus { |
| 42 | /// Error type. | ||
| 42 | type Error; | 43 | type Error; |
| 43 | 44 | ||
| 44 | /// Read, Clause 22 | 45 | /// Read, Clause 22 |
