mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-21 14:22:33 +00:00
Reexported some smoltcp types for raw socket.
This commit is contained in:
parent
10c9fbcc99
commit
28b1e0a98b
@ -5,10 +5,10 @@ use core::mem;
|
||||
use core::task::{Context, Poll};
|
||||
|
||||
use embassy_net_driver::Driver;
|
||||
use smoltcp::iface::{Interface, SocketHandle};
|
||||
pub use smoltcp::iface::{Interface, SocketHandle};
|
||||
use smoltcp::socket::raw;
|
||||
pub use smoltcp::socket::raw::PacketMetadata;
|
||||
use smoltcp::wire::{IpProtocol, IpVersion};
|
||||
pub use smoltcp::wire::{IpProtocol, IpVersion};
|
||||
|
||||
use crate::Stack;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user