Refactoring bus traits for embedded-hal 1.0
This commit is contained in:
parent
74ef83910d
commit
b9ba375ca2
10 changed files with 50 additions and 446 deletions
|
|
@ -17,7 +17,7 @@ mod uninitialized_device;
|
|||
|
||||
#[doc(inline)]
|
||||
pub use self::{
|
||||
device::{Device, DeviceRefMut, InactiveDevice},
|
||||
device::Device,
|
||||
host::{Dhcp, Host, HostConfig, Manual},
|
||||
net::MacAddress,
|
||||
uninitialized_device::{InitializeError, UninitializedDevice},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue