Merge pull request #3478 from Frostie314159/raw-socket-fix

Reexported some smoltcp types for raw socket.
This commit is contained in:
Dario Nieuwenhuis 2024-10-30 15:34:59 +00:00 committed by GitHub
commit b0c7fa07b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;