diff options
| author | Dario Nieuwenhuis <[email protected]> | 2021-06-16 16:55:39 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-06-16 16:55:39 +0200 |
| commit | 0d1ae0a01e18e19cc8f33fd184785c19f18e1277 (patch) | |
| tree | 79e3055dc8b04c2e9b4db45d0561e97a1eacc0e2 /embassy-net/src/lib.rs | |
| parent | 6386c34079913732466046194f79a683a4aefce4 (diff) | |
| parent | 098ce6e7404f10aa6c7dd91260ca6864a92c6a59 (diff) | |
Merge pull request #247 from thalesfragoso/eth-v2
Eth v2
Diffstat (limited to 'embassy-net/src/lib.rs')
| -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 88dcf0aa5..51eb97a2e 100644 --- a/embassy-net/src/lib.rs +++ b/embassy-net/src/lib.rs | |||
| @@ -13,7 +13,7 @@ pub use config::DhcpConfigurator; | |||
| 13 | pub use config::{Config, Configurator, Event as ConfigEvent, StaticConfigurator}; | 13 | pub use config::{Config, Configurator, Event as ConfigEvent, StaticConfigurator}; |
| 14 | 14 | ||
| 15 | pub use device::{Device, LinkState}; | 15 | pub use device::{Device, LinkState}; |
| 16 | pub use packet_pool::{Packet, PacketBox, PacketBoxExt, PacketBuf}; | 16 | pub use packet_pool::{Packet, PacketBox, PacketBoxExt, PacketBuf, MTU}; |
| 17 | pub use stack::{init, is_config_up, is_init, is_link_up, run}; | 17 | pub use stack::{init, is_config_up, is_init, is_link_up, run}; |
| 18 | 18 | ||
| 19 | #[cfg(feature = "tcp")] | 19 | #[cfg(feature = "tcp")] |
