Updated embedded-nal and removed (now-redundent) Interface struct

This commit is contained in:
Jonah Dahlquist 2021-02-15 17:17:08 -08:00
commit 55097322a0
5 changed files with 14 additions and 71 deletions

View file

@ -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;