Updated embedded-nal and removed (now-redundent) Interface struct
This commit is contained in:
parent
d6574b8c23
commit
55097322a0
5 changed files with 14 additions and 71 deletions
|
|
@ -74,13 +74,10 @@ pub mod bus;
|
|||
mod device;
|
||||
mod host;
|
||||
mod inactive_device;
|
||||
pub mod interface;
|
||||
mod network;
|
||||
pub mod net;
|
||||
pub mod register;
|
||||
mod socket;
|
||||
mod udp;
|
||||
pub mod uninitialized_device;
|
||||
|
||||
pub use bus::ActiveFourWire;
|
||||
pub use interface::Interface;
|
||||
pub use net::MacAddress;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue