Take ownership of Spi in activate_ref

This commit is contained in:
Michael Watzko 2021-04-16 01:28:27 +02:00
commit 96c6edfd81
6 changed files with 35 additions and 35 deletions

View file

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