Merge pull request #1207 from embassy-rs/net-driver-reexport
net: reexport driver crate.
This commit is contained in:
commit
26474ce6eb
@ -8,7 +8,9 @@
|
|||||||
// This mod MUST go first, so that the others see its macros.
|
// This mod MUST go first, so that the others see its macros.
|
||||||
pub(crate) mod fmt;
|
pub(crate) mod fmt;
|
||||||
|
|
||||||
pub mod device;
|
pub use embassy_net_driver as driver;
|
||||||
|
|
||||||
|
mod device;
|
||||||
#[cfg(feature = "tcp")]
|
#[cfg(feature = "tcp")]
|
||||||
pub mod tcp;
|
pub mod tcp;
|
||||||
#[cfg(feature = "udp")]
|
#[cfg(feature = "udp")]
|
||||||
|
Loading…
Reference in New Issue
Block a user