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