mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-21 14:22:33 +00:00
Merge pull request #3478 from Frostie314159/raw-socket-fix
Reexported some smoltcp types for raw socket.
This commit is contained in:
commit
b0c7fa07b2
@ -8,7 +8,7 @@ use embassy_net_driver::Driver;
|
||||
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