We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de6c9ba commit fa742b3Copy full SHA for fa742b3
src/lib.rs
@@ -4,7 +4,6 @@
4
#![no_std]
5
#![deny(missing_docs)]
6
7
-use mac::Speed;
8
/// Re-export
9
#[cfg(feature = "stm32f7xx-hal")]
10
pub use stm32f7xx_hal as hal;
@@ -47,7 +46,7 @@ mod desc;
47
46
#[cfg(feature = "device-selected")]
48
pub mod mac;
49
50
-pub use mac::{EthernetMAC, EthernetMACWithMii, WrongClock};
+pub use mac::{EthernetMAC, EthernetMACWithMii, Speed, WrongClock};
51
52
53
mod rx;
0 commit comments