mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-24 07:42:29 +00:00
Made import private again.
This commit is contained in:
parent
28b1e0a98b
commit
117d091ea1
@ -5,7 +5,7 @@ use core::mem;
|
||||
use core::task::{Context, Poll};
|
||||
|
||||
use embassy_net_driver::Driver;
|
||||
pub use smoltcp::iface::{Interface, SocketHandle};
|
||||
use smoltcp::iface::{Interface, SocketHandle};
|
||||
use smoltcp::socket::raw;
|
||||
pub use smoltcp::socket::raw::PacketMetadata;
|
||||
pub use smoltcp::wire::{IpProtocol, IpVersion};
|
||||
|
Loading…
Reference in New Issue
Block a user