diff options
| author | Dario Nieuwenhuis <[email protected]> | 2021-02-12 01:48:21 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2021-02-12 01:48:21 +0100 |
| commit | 7d3878466cfecde17f5e707d65503435394f7ae5 (patch) | |
| tree | dbf205bd4c2d7c71e95f51c11d7fe13e403d61b4 /embassy-net/src/lib.rs | |
| parent | a7d1d02be022b6dd1e5170780b509057f150ca9d (diff) | |
reexport smoltcp error/result
Diffstat (limited to 'embassy-net/src/lib.rs')
| -rw-r--r-- | embassy-net/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-net/src/lib.rs b/embassy-net/src/lib.rs index fe1d529d8..de2f2ea74 100644 --- a/embassy-net/src/lib.rs +++ b/embassy-net/src/lib.rs | |||
| @@ -28,3 +28,4 @@ pub use smoltcp::time::Instant as SmolInstant; | |||
| 28 | pub use smoltcp::wire::{IpAddress, IpCidr, Ipv4Address, Ipv4Cidr}; | 28 | pub use smoltcp::wire::{IpAddress, IpCidr, Ipv4Address, Ipv4Cidr}; |
| 29 | pub type Interface = smoltcp::iface::Interface<'static, device::DeviceAdapter>; | 29 | pub type Interface = smoltcp::iface::Interface<'static, device::DeviceAdapter>; |
| 30 | pub type SocketSet = smoltcp::socket::SocketSet<'static>; | 30 | pub type SocketSet = smoltcp::socket::SocketSet<'static>; |
| 31 | pub use smoltcp::{Error, Result}; \ No newline at end of file | ||
