Refactoring bus traits for embedded-hal 1.0

This commit is contained in:
Ryan Summers 2024-07-01 17:54:13 +02:00 committed by kellerkindt
commit b9ba375ca2
10 changed files with 50 additions and 446 deletions

View file

@ -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},