Take ownership of Spi in activate_ref
This commit is contained in:
parent
3489574603
commit
96c6edfd81
6 changed files with 35 additions and 35 deletions
|
|
@ -11,7 +11,7 @@ mod socket;
|
|||
pub mod udp;
|
||||
mod uninitialized_device;
|
||||
|
||||
pub use device::{Device, InactiveDevice};
|
||||
pub use device::{Device, DeviceRefMut, InactiveDevice};
|
||||
pub use host::{Dhcp, HostConfig, Manual};
|
||||
pub use net::MacAddress;
|
||||
pub use uninitialized_device::UninitializedDevice;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue