diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-11-26 03:15:54 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-11-26 03:15:54 +0000 |
| commit | 6aa27d1a8e348a17dfdf0d994b26c95dfe7e23c5 (patch) | |
| tree | 802bdbe7c395579481ce368874918a577434148a /embassy-net/src/lib.rs | |
| parent | 539c007b44bb67feee6db7d021887faa14c62e8b (diff) | |
| parent | c257893da9f31337861a59e71022609e1bbaad95 (diff) | |
Merge #504
504: net: update smoltcp r=Dirbaio a=Dirbaio
What it says on the tin
Co-authored-by: Dario Nieuwenhuis <[email protected]>
Diffstat (limited to 'embassy-net/src/lib.rs')
| -rw-r--r-- | embassy-net/src/lib.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/embassy-net/src/lib.rs b/embassy-net/src/lib.rs index db2a7ebd4..307179556 100644 --- a/embassy-net/src/lib.rs +++ b/embassy-net/src/lib.rs | |||
| @@ -26,7 +26,6 @@ pub use tcp_socket::TcpSocket; | |||
| 26 | pub use smoltcp::phy::{DeviceCapabilities, Medium}; | 26 | pub use smoltcp::phy::{DeviceCapabilities, Medium}; |
| 27 | pub use smoltcp::time::Duration as SmolDuration; | 27 | pub use smoltcp::time::Duration as SmolDuration; |
| 28 | pub use smoltcp::time::Instant as SmolInstant; | 28 | pub use smoltcp::time::Instant as SmolInstant; |
| 29 | pub use smoltcp::wire::{IpAddress, IpCidr, Ipv4Address, Ipv4Cidr}; | 29 | pub use smoltcp::wire::{HardwareAddress, IpAddress, IpCidr, Ipv4Address, Ipv4Cidr}; |
| 30 | pub type Interface = smoltcp::iface::Interface<'static, device::DeviceAdapter>; | 30 | pub type Interface = smoltcp::iface::Interface<'static, device::DeviceAdapter>; |
| 31 | pub type SocketSet = smoltcp::socket::SocketSet<'static>; | ||
| 32 | pub use smoltcp::{Error, Result}; | 31 | pub use smoltcp::{Error, Result}; |
