diff options
Diffstat (limited to 'embassy-net/src/lib.rs')
| -rw-r--r-- | embassy-net/src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/embassy-net/src/lib.rs b/embassy-net/src/lib.rs index 47bd5191f..1bb112252 100644 --- a/embassy-net/src/lib.rs +++ b/embassy-net/src/lib.rs | |||
| @@ -22,6 +22,8 @@ pub mod tcp; | |||
| 22 | mod time; | 22 | mod time; |
| 23 | #[cfg(feature = "udp")] | 23 | #[cfg(feature = "udp")] |
| 24 | pub mod udp; | 24 | pub mod udp; |
| 25 | #[cfg(feature = "icmp")] | ||
| 26 | pub mod icmp; | ||
| 25 | 27 | ||
| 26 | use core::cell::RefCell; | 28 | use core::cell::RefCell; |
| 27 | use core::future::{poll_fn, Future}; | 29 | use core::future::{poll_fn, Future}; |
