diff options
| author | Roy Buitenhuis <[email protected]> | 2023-07-07 16:38:56 +0200 |
|---|---|---|
| committer | Roy Buitenhuis <[email protected]> | 2023-07-07 16:38:56 +0200 |
| commit | 151557fec38a454d0ff29de0e32914fed12869fd (patch) | |
| tree | 78d039d98605fc06ea4a739f89a32d7bff514641 | |
| parent | e196387e695da96b44609079a84ede77ef9ba7af (diff) | |
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")] |
