Clean up smoltcp dependencies

This commit is contained in:
Ruihan Li
2024-09-19 12:16:35 +08:00
committed by Tate, Hongliang Tian
parent d62bb1ca76
commit 51334c4a36
9 changed files with 17 additions and 39 deletions

View File

@ -1,6 +1,6 @@
// SPDX-License-Identifier: MPL-2.0
pub use smoltcp::phy::{Device, Loopback, Medium};
pub use smoltcp::phy::{Device, DeviceCapabilities, Loopback, Medium, RxToken, TxToken};
/// A trait that allows to obtain a mutable reference of [`Device`].
///