diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-07-07 14:51:27 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-07-07 14:51:27 +0000 |
| commit | f9aebfce018c2daebbf436d0194b7df503498433 (patch) | |
| tree | eb6daa53d48db6f835dd501c6a36d61c2d9fa204 | |
| parent | 7d68ca1f3b126ed0337eb32991858ad0c6ccc375 (diff) | |
| parent | 151557fec38a454d0ff29de0e32914fed12869fd (diff) | |
Merge pull request #1628 from royb3/reexport_ipendpoint
Re-export smoltcp::wire::IpEndpoint
| -rw-r--r-- | embassy-net/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-net/src/lib.rs b/embassy-net/src/lib.rs index 840d7a09a..0d0a986f6 100644 --- a/embassy-net/src/lib.rs +++ b/embassy-net/src/lib.rs | |||
| @@ -34,7 +34,7 @@ use smoltcp::socket::dhcpv4::{self, RetryConfig}; | |||
| 34 | pub use smoltcp::wire::IpListenEndpoint; | 34 | pub use smoltcp::wire::IpListenEndpoint; |
| 35 | #[cfg(feature = "medium-ethernet")] | 35 | #[cfg(feature = "medium-ethernet")] |
| 36 | pub use smoltcp::wire::{EthernetAddress, HardwareAddress}; | 36 | pub use smoltcp::wire::{EthernetAddress, HardwareAddress}; |
| 37 | pub use smoltcp::wire::{IpAddress, IpCidr}; | 37 | pub use smoltcp::wire::{IpAddress, IpCidr, IpEndpoint}; |
| 38 | #[cfg(feature = "proto-ipv4")] | 38 | #[cfg(feature = "proto-ipv4")] |
| 39 | pub use smoltcp::wire::{Ipv4Address, Ipv4Cidr}; | 39 | pub use smoltcp::wire::{Ipv4Address, Ipv4Cidr}; |
| 40 | #[cfg(feature = "proto-ipv6")] | 40 | #[cfg(feature = "proto-ipv6")] |
