commit
d02f0ba834
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ pub use embassy_net_stack::*;
|
||||||
|
|
||||||
#[cfg(feature = "std")]
|
#[cfg(feature = "std")]
|
||||||
pub mod std_stack {
|
pub mod std_stack {
|
||||||
pub trait NetworkStackDriver {}
|
pub trait NetworkStackDriver: 'static {}
|
||||||
|
|
||||||
impl NetworkStackDriver for () {}
|
impl NetworkStackDriver for () {}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue