forked from renet/ENC424J600
examples/tcp: fix lifetime for smoltcp bump
This commit is contained in:
parent
1d6b32c320
commit
e547b7405c
|
@ -104,8 +104,6 @@ static mut NET_STORE: NetStorage = NetStorage {
|
|||
const APP: () = {
|
||||
struct Resources {
|
||||
eth_iface: EthernetInterface<
|
||||
'static,
|
||||
'static,
|
||||
'static,
|
||||
smoltcp_phy::SmoltcpDevice<BoosterSpiEth>>,
|
||||
itm: ITM
|
||||
|
|
Loading…
Reference in New Issue