Expose smoltcp_phy::SmoltcpDevice for easy access

fix-visibility
Harry Ho 2021-06-04 10:21:08 +08:00
parent 272e21c787
commit 24adbd3a57
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@ pub use crate::{
#[cfg(feature="smoltcp")]
pub mod smoltcp_phy;
#[cfg(feature="smoltcp")]
pub use crate::smoltcp_phy::SmoltcpDevice;
#[cfg(feature="nal")]
pub mod nal;