net: reexport driver crate.

This commit is contained in:
Dario Nieuwenhuis 2023-02-08 17:52:02 +01:00
parent 13666c9f12
commit 5edb3052e6

View File

@ -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")]