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: () = {
|
const APP: () = {
|
||||||
struct Resources {
|
struct Resources {
|
||||||
eth_iface: EthernetInterface<
|
eth_iface: EthernetInterface<
|
||||||
'static,
|
|
||||||
'static,
|
|
||||||
'static,
|
'static,
|
||||||
smoltcp_phy::SmoltcpDevice<BoosterSpiEth>>,
|
smoltcp_phy::SmoltcpDevice<BoosterSpiEth>>,
|
||||||
itm: ITM
|
itm: ITM
|
||||||
|
|
Loading…
Reference in New Issue