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